#BBA092

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

Shades of Del Rio #BBA092

Tints of Del Rio #BBA092

Color information

#BBA092 (or 0xBBA092) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 92. RGB value is (187,160,146). Sum of RGB (Red+Green+Blue) = 187+160+146=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA092 is #445F6D. Grayscale: #A6A6A6. Windows color (decimal): -4480878 or 9609403. OLE color: 9609403.

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

Color convert

RGB187160146-
CMYK00.140.220.27
HSL20.49º23.16%65.29%-
HSV(B)20.49º21.93%73.33%-
XYZ38.2537.7832.47-
YUV166.48116.45142.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=37.93%
G=32.45%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716014600.140.220.2720.4923.1665.29
HexBBA0920E161B141741
Octal27324022201626332427101
Binary10111011101000001001001001110101101101110100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA092; }

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

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

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

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

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

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

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

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