#B8A095

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

Shades of Del Rio #B8A095

Tints of Del Rio #B8A095

Color information

#B8A095 (or 0xB8A095) is unknown color: approx Del Rio. HEX triplet: B8, A0 and 95. RGB value is (184,160,149). Sum of RGB (Red+Green+Blue) = 184+160+149=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A095 is #475F6A. Grayscale: #A5A5A5. Windows color (decimal): -4677483 or 9806008. OLE color: 9806008.

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

Color convert

RGB184160149-
CMYK00.130.190.28
HSL18.86º19.77%65.29%-
HSV(B)18.86º19.02%72.16%-
XYZ37.7637.533.68-
YUV165.92118.45140.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=37.32%
G=32.45%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416014900.130.190.2818.8619.7765.29
HexB8A0950D131C131441
Octal27024022501523342324101
Binary10111000101000001001010101101100111110010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A095; }

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

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

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

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

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

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

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

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