#B39284

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

Shades of Del Rio #B39284

Tints of Del Rio #B39284

Color information

#B39284 (or 0xB39284) is unknown color: approx Del Rio. HEX triplet: B3, 92 and 84. RGB value is (179,146,132). Sum of RGB (Red+Green+Blue) = 179+146+132=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B39284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39284 is #4C6D7B. Grayscale: #9A9A9A. Windows color (decimal): -5008764 or 8688307. OLE color: 8688307.

HSL color Cylindrical-coordinate representation of color #B39284: hue angle of 17.87º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39284 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179146132-
CMYK00.180.260.30
HSL17.87º23.62%60.98%-
HSV(B)17.87º26.26%70.2%-
XYZ33.0331.8126.23-
YUV154.27115.43145.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=39.17%
G=31.95%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914613200.180.260.3017.8723.6260.98
HexB392840121A1E12183d
Octal2632222040223236223075
Binary10110011100100101000010001001011010111101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39284; }

 p { color: rgb(179,146,132); }

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

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

 a { background-color: rgb(179,146,132); }

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

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

 span { border-color: rgb(179,146,132); }

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