#B09F95

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

Shades of Del Rio #B09F95

Tints of Del Rio #B09F95

Color information

#B09F95 (or 0xB09F95) is unknown color: approx Del Rio. HEX triplet: B0, 9F and 95. RGB value is (176,159,149). Sum of RGB (Red+Green+Blue) = 176+159+149=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F95 is #4F606A. Grayscale: #A3A3A3. Windows color (decimal): -5202027 or 9805744. OLE color: 9805744.

HSL color Cylindrical-coordinate representation of color #B09F95: hue angle of 22.22º 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 #B09F95 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176159149-
CMYK00.100.150.31
HSL22.22º14.59%63.73%-
HSV(B)22.22º15.34%69.02%-
XYZ35.7336.233.54-
YUV162.94120.13137.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=36.36%
G=32.85%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615914900.100.150.3122.2214.5963.73
HexB09F950AF1F16f40
Octal26023722501217372617100
Binary101100001001111110010101010101111111111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F95; }

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

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

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

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

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

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

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

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