#B39B95

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

Shades of Del Rio #B39B95

Tints of Del Rio #B39B95

Color information

#B39B95 (or 0xB39B95) is unknown color: approx Del Rio. HEX triplet: B3, 9B and 95. RGB value is (179,155,149). Sum of RGB (Red+Green+Blue) = 179+155+149=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B95 is #4C646A. Grayscale: #A1A1A1. Windows color (decimal): -5006443 or 9804723. OLE color: 9804723.

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

Color convert

RGB179155149-
CMYK00.130.170.30
HSL12º16.48%64.31%-
HSV(B)12º16.76%70.2%-
XYZ35.7435.233.34-
YUV161.49120.95140.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=37.06%
G=32.09%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915514900.130.170.301216.4864.31
HexB39B950D111Ec1040
Octal26323322501521361420100
Binary1011001110011011100101010110110001111101100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B95; }

 p { color: rgb(179,155,149); }

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

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

 a { background-color: rgb(179,155,149); }

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

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

 span { border-color: rgb(179,155,149); }

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