#B5A292

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

Shades of Del Rio #B5A292

Tints of Del Rio #B5A292

Color information

#B5A292 (or 0xB5A292) is unknown color: approx Del Rio. HEX triplet: B5, A2 and 92. RGB value is (181,162,146). Sum of RGB (Red+Green+Blue) = 181+162+146=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A292 is #4A5D6D. Grayscale: #A5A5A5. Windows color (decimal): -4873582 or 9609909. OLE color: 9609909.

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

Color convert

RGB181162146-
CMYK00.100.190.29
HSL27.43º19.13%64.12%-
HSV(B)27.43º19.34%70.98%-
XYZ37.1637.7432.52-
YUV165.86116.79138.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=37.01%
G=33.13%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116214600.100.190.2927.4319.1364.12
HexB5A2920A131D1b1340
Octal26524222201223353323100
Binary10110101101000101001001001010100111110111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A292; }

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

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

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

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

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

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

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

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