COLOR #BB635D

HEX: #BB635D
RGB: (187,99,93)

Color info

#BB635D contains mainly red color. Web safe color of #BB635D is #CC6666 (or #C66).

RGB color model

#BB635D color RGB value is (187,99,93).

  • red value is 187;
  • green value is 99;
  • blue value is 93.
RGB:
(187,99,93)
(73%,39%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 99 of 255 = 39%
B 93 of 255 = 36%

187
99
93

R + G + B ~ 49%. #BB635D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 99 + 93 = 379 (100%)
R 187 of 379 ~ 49.34%
G 99 of 379 ~ 26.12%
B 93 of 379 ~ 24.54%

%49.34
%26.12
%24.54

CMYK color model

#BB635D color CMYK value is (0,47,50,27).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 50.27%
  • key color value is 26.67%
CMYK:
(0,47,50,27)
C0M47Y50K27 
(0%,47%,50%,27%)
(0.00/0.47/0.50/0.27)	

CMYK percentages

%0
%47.06
%50.27
%26.67

Codes

Color #BB635D in popluar color models

BB635D
RGB1879993
HSL40.87%54.90%
HSB/HSV50.27%73.33%
CMYK0.00%47.06%50.27%
26.67%

Color #BB635D in popluar number systems.

HEXBB635D
Decimal1879993
Binary1011101111000111011101
Octal273143135

Shades and tints

Shades of #BB635D

#BB635D
(187,99,93)
#AA5A55
(170,90,85)
#99514D
(153,81,77)
#884845
(136,72,69)
#773F3D
(119,63,61)
#663635
(102,54,53)
#552D2D
(85,45,45)
#442425
(68,36,37)
#331B1D
(51,27,29)
#221215
(34,18,21)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #BB635D

#BB635D
(187,99,93)
#C1716B
(193,113,107)
#C77F79
(199,127,121)
#CD8D87
(205,141,135)
#D39B95
(211,155,149)
#D9A9A3
(217,169,163)
#DFB7B1
(223,183,177)
#E5C5BF
(229,197,191)
#EBD3CD
(235,211,205)
#F1E1DB
(241,225,219)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB635D color. Also use rgb(187,99,93) instead hex code.

Text Font Color

.myTextColor { color: #BB635D; }

<p style="color:#BB635D">This sample text font color is #BB635D.</p>

This text font color is #BB635D.


Background Color

.myBgColor { background-color: #BB635D; }

<div style="background-color:#BB635D">Inner text</div>

This div background color is #BB635D.


Border color

.myBorderColor { border: 1px solid #BB635D; }

<div style="border:3px solid #BB635D">Div</div>

This div border color is #BB635D.


Opacity

.myOpacity80 { color: #BB635D; opacity: 0.8; }

<p style="color:#BB635D;opacity:0.8;">80%</p>

Text with #BB635D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB635D;}

<p style="text-shadow: 3px 3px 1px #BB635D">Text here.</p>

This text has shadow with #BB635D color.

.textShadow {text-shadow: 3px 3px 1px #BB635D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB635D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB635D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB635D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB635D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB635D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB635D;
  -webkit-box-shadow:	1px 1px 3px 2px #BB635D;
  box-shadow:		1px 1px 3px 2px #BB635D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB635D;
-webkit-box-shadow: 1px 1px 3px 2px #BB635D;
box-shadow:1px 1px 3px 2px #BB635D;">
Div content here</div>
This div box has shadow with color #BB635D.

Preview

Color preview on black background

This text has color #BB635D on black background.


Color preview on white background

This text has color #BB635D on white background.



Black color preview on #BB635D background

This text has black color on #BB635D background.


White color preview on #BB635D background

This text has white color on #BB635D background.