#B39B94

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

Shades of Del Rio #B39B94

Tints of Del Rio #B39B94

Color information

#B39B94 (or 0xB39B94) is unknown color: approx Del Rio. HEX triplet: B3, 9B and 94. RGB value is (179,155,148). Sum of RGB (Red+Green+Blue) = 179+155+148=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B94 is #4C646B. Grayscale: #A1A1A1. Windows color (decimal): -5006444 or 9739187. OLE color: 9739187.

HSL color Cylindrical-coordinate representation of color #B39B94: hue angle of 13.55º degrees, saturation: 0.17, 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 #B39B94 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179155148-
CMYK00.130.170.30
HSL13.55º16.94%64.12%-
HSV(B)13.55º17.32%70.2%-
XYZ35.6635.1632.93-
YUV161.38120.45140.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=37.14%
G=32.16%
B=30.71%

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
Decimal17915514800.130.170.3013.5516.9464.12
HexB39B940D111Ee1140
Octal26323322401521361621100
Binary1011001110011011100101000110110001111101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B94; }

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

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

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

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

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

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

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

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