#B8A097

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

Shades of Del Rio #B8A097

Tints of Del Rio #B8A097

Color information

#B8A097 (or 0xB8A097) is unknown color: approx Del Rio. HEX triplet: B8, A0 and 97. RGB value is (184,160,151). Sum of RGB (Red+Green+Blue) = 184+160+151=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A097 is #475F68. Grayscale: #A6A6A6. Windows color (decimal): -4677481 or 9937080. OLE color: 9937080.

HSL color Cylindrical-coordinate representation of color #B8A097: hue angle of 16.36º 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 #B8A097 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184160151-
CMYK00.130.180.28
HSL16.36º18.86%65.69%-
HSV(B)16.36º17.93%72.16%-
XYZ37.9237.5734.53-
YUV166.15119.45140.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=37.17%
G=32.32%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416015100.130.180.2816.3618.8665.69
HexB8A0970D121C101342
Octal27024022701522342023102
Binary10111000101000001001011101101100101110010000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A097; }

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

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

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

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

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

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

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

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