#BBA08D

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

Shades of Del Rio #BBA08D

Tints of Del Rio #BBA08D

Color information

#BBA08D (or 0xBBA08D) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 8D. RGB value is (187,160,141). Sum of RGB (Red+Green+Blue) = 187+160+141=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA08D is #445F72. Grayscale: #A6A6A6. Windows color (decimal): -4480883 or 9281723. OLE color: 9281723.

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

Color convert

RGB187160141-
CMYK00.140.250.27
HSL24.78º25.27%64.31%-
HSV(B)24.78º24.6%73.33%-
XYZ37.8737.6330.47-
YUV165.91113.95143.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=38.32%
G=32.79%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716014100.140.250.2724.7825.2764.31
HexBBA08D0E191B191940
Octal27324021501631333131100
Binary10111011101000001000110101110110011101111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA08D; }

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

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

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

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

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

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

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

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