#B59A92

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

Shades of Del Rio #B59A92

Tints of Del Rio #B59A92

Color information

#B59A92 (or 0xB59A92) is unknown color: approx Del Rio. HEX triplet: B5, 9A and 92. RGB value is (181,154,146). Sum of RGB (Red+Green+Blue) = 181+154+146=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A92 is #4A656D. Grayscale: #A1A1A1. Windows color (decimal): -4875630 or 9607861. OLE color: 9607861.

HSL color Cylindrical-coordinate representation of color #B59A92: hue angle of 13.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59A92 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181154146-
CMYK00.150.190.29
HSL13.71º19.13%64.12%-
HSV(B)13.71º19.34%70.98%-
XYZ35.835.0132.06-
YUV161.16119.45142.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=37.63%
G=32.02%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115414600.150.190.2913.7119.1364.12
HexB59A920F131De1340
Octal26523222201723351623100
Binary1011010110011010100100100111110011111011110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A92; }

 p { color: rgb(181,154,146); }

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

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

 a { background-color: rgb(181,154,146); }

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

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

 span { border-color: rgb(181,154,146); }

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