#B8A197

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

Shades of Del Rio #B8A197

Tints of Del Rio #B8A197

Color information

#B8A197 (or 0xB8A197) is unknown color: approx Del Rio. HEX triplet: B8, A1 and 97. RGB value is (184,161,151). Sum of RGB (Red+Green+Blue) = 184+161+151=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A197 is #475E68. Grayscale: #A6A6A6. Windows color (decimal): -4677225 or 9937336. OLE color: 9937336.

HSL color Cylindrical-coordinate representation of color #B8A197: hue angle of 18.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A197 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184161151-
CMYK00.120.180.28
HSL18.18º18.86%65.69%-
HSV(B)18.18º17.93%72.16%-
XYZ38.137.9134.59-
YUV166.74119.12140.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=37.10%
G=32.46%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416115100.120.180.2818.1818.8665.69
HexB8A1970C121C121342
Octal27024122701422342223102
Binary10111000101000011001011101100100101110010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A197; }

 p { color: rgb(184,161,151); }

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

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

 a { background-color: rgb(184,161,151); }

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

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

 span { border-color: rgb(184,161,151); }

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