#BBA090

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

Shades of Del Rio #BBA090

Tints of Del Rio #BBA090

Color information

#BBA090 (or 0xBBA090) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 90. RGB value is (187,160,144). Sum of RGB (Red+Green+Blue) = 187+160+144=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA090 is #445F6F. Grayscale: #A6A6A6. Windows color (decimal): -4480880 or 9478331. OLE color: 9478331.

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

Color convert

RGB187160144-
CMYK00.140.230.27
HSL22.33º24.02%64.9%-
HSV(B)22.33º22.99%73.33%-
XYZ38.137.7231.66-
YUV166.25115.45142.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=38.09%
G=32.59%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716014400.140.230.2722.3324.0264.9
HexBBA0900E171B161841
Octal27324022001627332630101
Binary10111011101000001001000001110101111101110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA090; }

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

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

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

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

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

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

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

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