#B2A297

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

Shades of Del Rio #B2A297

Tints of Del Rio #B2A297

Color information

#B2A297 (or 0xB2A297) is unknown color: approx Del Rio. HEX triplet: B2, A2 and 97. RGB value is (178,162,151). Sum of RGB (Red+Green+Blue) = 178+162+151=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A297 is #4D5D68. Grayscale: #A5A5A5. Windows color (decimal): -5070185 or 9937586. OLE color: 9937586.

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

Color convert

RGB178162151-
CMYK00.090.150.30
HSL24.44º14.92%64.51%-
HSV(B)24.44º15.17%69.8%-
XYZ36.8737.5434.58-
YUV165.53119.8136.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=36.25%
G=32.99%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816215100.090.150.3024.4414.9264.51
HexB2A29709F1E18f41
Octal26224222701117363017101
Binary101100101010001010010111010011111111101100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A297; }

 p { color: rgb(178,162,151); }

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

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

 a { background-color: rgb(178,162,151); }

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

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

 span { border-color: rgb(178,162,151); }

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