#BBB7A5

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

Shades of Ash #BBB7A5

Tints of Ash #BBB7A5

Color information

#BBB7A5 (or 0xBBB7A5) is unknown color: approx Ash. HEX triplet: BB, B7 and A5. RGB value is (187,183,165). Sum of RGB (Red+Green+Blue) = 187+183+165=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7A5 is #44485A. Grayscale: #B6B6B6. Windows color (decimal): -4474971 or 10860475. OLE color: 10860475.

HSL color Cylindrical-coordinate representation of color #BBB7A5: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB7A5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187183165-
CMYK00.020.120.27
HSL49.09º13.92%69.02%-
HSV(B)49.09º11.76%73.33%-
XYZ44.2247.1542.37-
YUV182.14118.33131.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 183 (71.88% from 255) = 34.21%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=34.95%
G=34.21%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718316500.020.120.2749.0913.9269.02
HexBBB7A502C1B31e45
Octal2732672450214336116105
Binary10111011101101111010010101011001101111000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7A5; }

 p { color: rgb(187,183,165); }

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

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

 a { background-color: rgb(187,183,165); }

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

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

 span { border-color: rgb(187,183,165); }

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