#B39B8B

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

Shades of Del Rio #B39B8B

Tints of Del Rio #B39B8B

Color information

#B39B8B (or 0xB39B8B) is unknown color: approx Del Rio. HEX triplet: B3, 9B and 8B. RGB value is (179,155,139). Sum of RGB (Red+Green+Blue) = 179+155+139=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B8B is #4C6474. Grayscale: #A0A0A0. Windows color (decimal): -5006453 or 9149363. OLE color: 9149363.

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

Color convert

RGB179155139-
CMYK00.130.220.30
HSL24º20.83%62.35%-
HSV(B)24º22.35%70.2%-
XYZ34.9734.8929.32-
YUV160.35115.95141.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=37.84%
G=32.77%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915513900.130.220.302420.8362.35
HexB39B8B0D161E18153e
Octal2632332130152636302576
Binary1011001110011011100010110110110110111101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B8B; }

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

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

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

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

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

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

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

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