#B39F94

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

Shades of Del Rio #B39F94

Tints of Del Rio #B39F94

Color information

#B39F94 (or 0xB39F94) is unknown color: approx Del Rio. HEX triplet: B3, 9F and 94. RGB value is (179,159,148). Sum of RGB (Red+Green+Blue) = 179+159+148=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F94 is #4C606B. Grayscale: #A3A3A3. Windows color (decimal): -5005420 or 9740211. OLE color: 9740211.

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

Color convert

RGB179159148-
CMYK00.110.170.30
HSL21.29º16.94%64.12%-
HSV(B)21.29º17.32%70.2%-
XYZ36.3336.5233.15-
YUV163.73119.13138.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=36.83%
G=32.72%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915914800.110.170.3021.2916.9464.12
HexB39F940B111E151140
Octal26323722401321362521100
Binary10110011100111111001010001011100011111010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F94; }

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

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

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

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

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

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

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

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