Html Css Color HEX #BB9887 Del Rio

📋 copy color: '#BB9887'

red 187 ◦ green 152 ◦ blue 135

#BB9887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #BB9887

Tints of Del Rio #BB9887

RGB

 RED value IS 187 (73.44% from 255) = 39.45%

 GREEN value IS 152 (59.77% from 255) = 32.07%

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 39.45%
G = 32.07%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB9887 (or 0xBB9887) is known color: Del Rio. HEX triplet: BB, 98 and 87. RGB value is (187,152,135). Sum of RGB (Red+Green+Blue) = 187+152+135=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9887 is #446778. Grayscale: #A0A0A0. Windows color (decimal): -4482937 or 8886459. OLE color: 8886459.

HSL color Cylindrical-coordinate representation of color #BB9887: hue angle of 19.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9887 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 135 -
CMYK 0 0.19 0.28 0.27
HSL 19.62º 0.28% 0.63% -
HSV(B) 19.62º 0.28% 0.73% -
XYZ 36.09 34.77 27.73 -
YUV 160.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 187 152 135 0 0.19 0.28 0.27 19.62 0.28 0.63
Hex BB 98 87 0 13 1C 1B 14 1C 3F
Octal 273 230 207 0 23 34 33 24 34 77
Binary 10111011 10011000 10000111 0 10011 11100 11011 10100 11100 111111

Color Harmonies of #BB9887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9887

Black with #BB9887

Text Example


Text Example

White with #BB9887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9887; }

 p { color: rgb(187,152,135); }

 H1.HeaderClassName
 {
   color: #BB9887;
 }
 .AnyTagClassName
 {
   color: #BB9887;
 }
</style>

background-color css

<style>
 a { background-color: #BB9887; }

 a { background-color: rgb(187,152,135); }

 div.DivClassName
 {
   background-color: #BB9887;
 }
 .BgClassName
 {
   background-color: #BB9887;
 }
</style>

border-color css

<style>
 span { border-color: #BB9887; }

 span { border-color: rgb(187,152,135); }

 td.TdClassName
 {
   border-color: #BB9887;
 }
 .TagClassName
 {
   border-color: #BB9887;
 }
</style>