#B39B8F

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

Shades of Del Rio #B39B8F

Tints of Del Rio #B39B8F

Color information

#B39B8F (or 0xB39B8F) is unknown color: approx Del Rio. HEX triplet: B3, 9B and 8F. RGB value is (179,155,143). Sum of RGB (Red+Green+Blue) = 179+155+143=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B8F is #4C6470. Grayscale: #A0A0A0. Windows color (decimal): -5006449 or 9411507. OLE color: 9411507.

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

Color convert

RGB179155143-
CMYK00.130.200.30
HSL20º19.15%63.14%-
HSV(B)20º20.11%70.2%-
XYZ35.2735.0130.89-
YUV160.81117.95140.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=37.53%
G=32.49%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915514300.130.200.302019.1563.14
HexB39B8F0D141E14133f
Octal2632332170152436242377
Binary1011001110011011100011110110110100111101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B8F; }

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

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

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

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

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

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

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

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