#B9A095

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

Shades of Del Rio #B9A095

Tints of Del Rio #B9A095

Color information

#B9A095 (or 0xB9A095) is unknown color: approx Del Rio. HEX triplet: B9, A0 and 95. RGB value is (185,160,149). Sum of RGB (Red+Green+Blue) = 185+160+149=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A095 is #465F6A. Grayscale: #A6A6A6. Windows color (decimal): -4611947 or 9806009. OLE color: 9806009.

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

Color convert

RGB185160149-
CMYK00.140.190.27
HSL18.33º20.45%65.49%-
HSV(B)18.33º19.46%72.55%-
XYZ3837.6333.69-
YUV166.22118.28141.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=37.45%
G=32.39%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516014900.140.190.2718.3320.4565.49
HexB9A0950E131B121441
Octal27124022501623332224101
Binary10111001101000001001010101110100111101110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A095; }

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

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

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

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

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

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

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

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