#B5A092

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

Shades of Del Rio #B5A092

Tints of Del Rio #B5A092

Color information

#B5A092 (or 0xB5A092) is unknown color: approx Del Rio. HEX triplet: B5, A0 and 92. RGB value is (181,160,146). Sum of RGB (Red+Green+Blue) = 181+160+146=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A092 is #4A5F6D. Grayscale: #A4A4A4. Windows color (decimal): -4874094 or 9609397. OLE color: 9609397.

HSL color Cylindrical-coordinate representation of color #B5A092: hue angle of 24º 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 #B5A092 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181160146-
CMYK00.120.190.29
HSL24º19.13%64.12%-
HSV(B)24º19.34%70.98%-
XYZ36.8237.0432.4-
YUV164.68117.46139.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=37.17%
G=32.85%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116014600.120.190.292419.1364.12
HexB5A0920C131D181340
Octal26524022201423353023100
Binary10110101101000001001001001100100111110111000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A092; }

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

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

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

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

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

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

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

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