#B09C96

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

Shades of Del Rio #B09C96

Tints of Del Rio #B09C96

Color information

#B09C96 (or 0xB09C96) is unknown color: approx Del Rio. HEX triplet: B0, 9C and 96. RGB value is (176,156,150). Sum of RGB (Red+Green+Blue) = 176+156+150=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C96 is #4F6369. Grayscale: #A1A1A1. Windows color (decimal): -5202794 or 9870512. OLE color: 9870512.

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

Color convert

RGB176156150-
CMYK00.110.150.31
HSL13.85º14.13%63.92%-
HSV(B)13.85º14.77%69.02%-
XYZ35.335.2133.79-
YUV161.3121.63138.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=36.51%
G=32.37%
B=31.12%

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
Decimal17615615000.110.150.3113.8514.1363.92
HexB09C960BF1Fee40
Octal26023422601317371616100
Binary10110000100111001001011001011111111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C96; }

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

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

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

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

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

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

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

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