#BBA095

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

Shades of Del Rio #BBA095

Tints of Del Rio #BBA095

Color information

#BBA095 (or 0xBBA095) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 95. RGB value is (187,160,149). Sum of RGB (Red+Green+Blue) = 187+160+149=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA095 is #445F6A. Grayscale: #A6A6A6. Windows color (decimal): -4480875 or 9806011. OLE color: 9806011.

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

Color convert

RGB187160149-
CMYK00.140.200.27
HSL17.37º21.84%65.88%-
HSV(B)17.37º20.32%73.33%-
XYZ38.4937.8833.72-
YUV166.82117.95142.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=37.70%
G=32.26%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716014900.140.200.2717.3721.8465.88
HexBBA0950E141B111642
Octal27324022501624332126102
Binary10111011101000001001010101110101001101110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA095; }

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

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

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

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

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

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

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

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