#B2A091

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

Shades of Del Rio #B2A091

Tints of Del Rio #B2A091

Color information

#B2A091 (or 0xB2A091) is unknown color: approx Del Rio. HEX triplet: B2, A0 and 91. RGB value is (178,160,145). Sum of RGB (Red+Green+Blue) = 178+160+145=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A091 is #4D5F6E. Grayscale: #A3A3A3. Windows color (decimal): -5070703 or 9543858. OLE color: 9543858.

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

Color convert

RGB178160145-
CMYK00.100.190.30
HSL27.27º17.65%63.33%-
HSV(B)27.27º18.54%69.8%-
XYZ36.0436.6531.96-
YUV163.67117.46138.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=36.85%
G=33.13%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816014500.100.190.3027.2717.6563.33
HexB2A0910A131E1b123f
Octal2622402210122336332277
Binary1011001010100000100100010101010011111101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A091; }

 p { color: rgb(178,160,145); }

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

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

 a { background-color: rgb(178,160,145); }

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

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

 span { border-color: rgb(178,160,145); }

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