#B2A199

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

Shades of Del Rio #B2A199

Tints of Del Rio #B2A199

Color information

#B2A199 (or 0xB2A199) is unknown color: approx Del Rio. HEX triplet: B2, A1 and 99. RGB value is (178,161,153). Sum of RGB (Red+Green+Blue) = 178+161+153=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A199 is #4D5E66. Grayscale: #A5A5A5. Windows color (decimal): -5070439 or 10068402. OLE color: 10068402.

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

Color convert

RGB178161153-
CMYK00.100.140.30
HSL19.2º13.97%64.9%-
HSV(B)19.2º14.04%69.8%-
XYZ36.8537.2535.39-
YUV165.17121.13137.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=36.18%
G=32.72%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816115300.100.140.3019.213.9764.9
HexB2A1990AE1E13e41
Octal26224123101216362316101
Binary101100101010000110011001010101110111101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A199; }

 p { color: rgb(178,161,153); }

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

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

 a { background-color: rgb(178,161,153); }

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

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

 span { border-color: rgb(178,161,153); }

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