#B39C96

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

Shades of Del Rio #B39C96

Tints of Del Rio #B39C96

Color information

#B39C96 (or 0xB39C96) is unknown color: approx Del Rio. HEX triplet: B3, 9C and 96. RGB value is (179,156,150). Sum of RGB (Red+Green+Blue) = 179+156+150=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C96 is #4C6369. Grayscale: #A2A2A2. Windows color (decimal): -5006186 or 9870515. OLE color: 9870515.

HSL color Cylindrical-coordinate representation of color #B39C96: hue angle of 12.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39C96 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179156150-
CMYK00.130.160.30
HSL12.41º16.02%64.51%-
HSV(B)12.41º16.2%70.2%-
XYZ35.9835.5633.82-
YUV162.19121.12139.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=36.91%
G=32.16%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915615000.130.160.3012.4116.0264.51
HexB39C960D101Ec1041
Octal26323422601520361420101
Binary1011001110011100100101100110110000111101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C96; }

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

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

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

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

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

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

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

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