#B09D95

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

Shades of Del Rio #B09D95

Tints of Del Rio #B09D95

Color information

#B09D95 (or 0xB09D95) is unknown color: approx Del Rio. HEX triplet: B0, 9D and 95. RGB value is (176,157,149). Sum of RGB (Red+Green+Blue) = 176+157+149=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D95 is #4F626A. Grayscale: #A1A1A1. Windows color (decimal): -5202539 or 9805232. OLE color: 9805232.

HSL color Cylindrical-coordinate representation of color #B09D95: hue angle of 17.78º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09D95 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176157149-
CMYK00.110.150.31
HSL17.78º14.59%63.73%-
HSV(B)17.78º15.34%69.02%-
XYZ35.3935.5133.42-
YUV161.77120.79138.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=36.51%
G=32.57%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615714900.110.150.3117.7814.5963.73
HexB09D950BF1F12f40
Octal26023522501317372217100
Binary101100001001110110010101010111111111111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D95; }

 p { color: rgb(176,157,149); }

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

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

 a { background-color: rgb(176,157,149); }

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

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

 span { border-color: rgb(176,157,149); }

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