#B09F96

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

Shades of Del Rio #B09F96

Tints of Del Rio #B09F96

Color information

#B09F96 (or 0xB09F96) is unknown color: approx Del Rio. HEX triplet: B0, 9F and 96. RGB value is (176,159,150). Sum of RGB (Red+Green+Blue) = 176+159+150=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F96 is #4F6069. Grayscale: #A3A3A3. Windows color (decimal): -5202026 or 9871280. OLE color: 9871280.

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

Color convert

RGB176159150-
CMYK00.100.150.31
HSL20.77º14.13%63.92%-
HSV(B)20.77º14.77%69.02%-
XYZ35.8136.2333.96-
YUV163.06120.63137.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=36.29%
G=32.78%
B=30.93%

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
Decimal17615915000.100.150.3120.7714.1363.92
HexB09F960AF1F15e40
Octal26023722601217372516100
Binary101100001001111110010110010101111111111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F96; }

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

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

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

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

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

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

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

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