#B8B5A8

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

Shades of Ash #B8B5A8

Tints of Ash #B8B5A8

Color information

#B8B5A8 (or 0xB8B5A8) is unknown color: approx Ash. HEX triplet: B8, B5 and A8. RGB value is (184,181,168). Sum of RGB (Red+Green+Blue) = 184+181+168=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5A8 is #474A57. Grayscale: #B4B4B4. Windows color (decimal): -4672088 or 11056568. OLE color: 11056568.

HSL color Cylindrical-coordinate representation of color #B8B5A8: hue angle of 48.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8B5A8 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184181168-
CMYK00.020.090.28
HSL48.75º10.13%69.02%-
HSV(B)48.75º8.7%72.16%-
XYZ43.3646.0743.65-
YUV180.42120.99130.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=34.52%
G=33.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418116800.020.090.2848.7510.1369.02
HexB8B5A80291C31a45
Octal2702652500211346112105
Binary10111000101101011010100001010011110011000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5A8; }

 p { color: rgb(184,181,168); }

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

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

 a { background-color: rgb(184,181,168); }

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

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

 span { border-color: rgb(184,181,168); }

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