#BBA08E

Color #BBA08E Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BBA08E

Tints of Del Rio #BBA08E

Color information

#BBA08E (or 0xBBA08E) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 8E. RGB value is (187,160,142). Sum of RGB (Red+Green+Blue) = 187+160+142=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA08E is #445F71. Grayscale: #A6A6A6. Windows color (decimal): -4480882 or 9347259. OLE color: 9347259.

HSL color Cylindrical-coordinate representation of color #BBA08E: hue angle of 24º 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 #BBA08E is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187160142-
CMYK00.140.240.27
HSL24º24.86%64.51%-
HSV(B)24º24.06%73.33%-
XYZ37.9537.6630.86-
YUV166.02114.45142.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=38.24%
G=32.72%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716014200.140.240.272424.8664.51
HexBBA08E0E181B181941
Octal27324021601630333031101
Binary10111011101000001000111001110110001101111000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA08E; }

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

 H1.HeaderClassName
 {
   color: #BBA08E;
 }
 .AnyTagClassName
 {
   color: #BBA08E;
 }
</style>
background-color css

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

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

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

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

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

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