#B39085

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

Shades of Del Rio #B39085

Tints of Del Rio #B39085

Color information

#B39085 (or 0xB39085) is unknown color: approx Del Rio. HEX triplet: B3, 90 and 85. RGB value is (179,144,133). Sum of RGB (Red+Green+Blue) = 179+144+133=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B39085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39085 is #4C6F7A. Grayscale: #999999. Windows color (decimal): -5009275 or 8753331. OLE color: 8753331.

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

Color convert

RGB179144133-
CMYK00.200.260.30
HSL14.35º23.23%61.18%-
HSV(B)14.35º25.7%70.2%-
XYZ32.831.2226.49-
YUV153.21116.6146.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=39.25%
G=31.58%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914413300.200.260.3014.3523.2361.18
HexB390850141A1Ee173d
Octal2632202050243236162775
Binary1011001110010000100001010101001101011110111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39085; }

 p { color: rgb(179,144,133); }

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

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

 a { background-color: rgb(179,144,133); }

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

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

 span { border-color: rgb(179,144,133); }

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