Html Css Color HEX #BB9A8E Del Rio

📋 copy color: '#BB9A8E'

red 187 ◦ green 154 ◦ blue 142

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

Shades of Del Rio #BB9A8E

Tints of Del Rio #BB9A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 38.72%
G = 31.88%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB9A8E (or 0xBB9A8E) is known color: Del Rio. HEX triplet: BB, 9A and 8E. RGB value is (187,154,142). Sum of RGB (Red+Green+Blue) = 187+154+142=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A8E is #446571. Grayscale: #A2A2A2. Windows color (decimal): -4482418 or 9345723. OLE color: 9345723.

HSL color Cylindrical-coordinate representation of color #BB9A8E: hue angle of 16º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9A8E is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 154 142 -
CMYK 0 0.18 0.24 0.27
HSL 16º 0.25% 0.65% -
HSV(B) 16º 0.24% 0.73% -
XYZ 36.93 35.63 30.52 -
YUV 162.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 187 154 142 0 0.18 0.24 0.27 16 0.25 0.65
Hex BB 9A 8E 0 12 18 1B 10 19 41
Octal 273 232 216 0 22 30 33 20 31 101
Binary 10111011 10011010 10001110 0 10010 11000 11011 10000 11001 1000001

Color Harmonies of #BB9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A8E

Black with #BB9A8E

Text Example


Text Example

White with #BB9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A8E; }

 p { color: rgb(187,154,142); }

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

background-color css

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

 a { background-color: rgb(187,154,142); }

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

border-color css

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

 span { border-color: rgb(187,154,142); }

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