#B2A999

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

Shades of Cloudy #B2A999

Tints of Cloudy #B2A999

Color information

#B2A999 (or 0xB2A999) is unknown color: approx Cloudy. HEX triplet: B2, A9 and 99. RGB value is (178,169,153). Sum of RGB (Red+Green+Blue) = 178+169+153=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A999 is #4D5666. Grayscale: #A9A9A9. Windows color (decimal): -5068391 or 10070450. OLE color: 10070450.

HSL color Cylindrical-coordinate representation of color #B2A999: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2A999 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178169153-
CMYK00.050.140.30
HSL38.4º13.97%64.9%-
HSV(B)38.4º14.04%69.8%-
XYZ38.340.1435.87-
YUV169.87118.48133.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=35.6%
G=33.8%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816915300.050.140.3038.413.9764.9
HexB2A99905E1E26e41
Octal2622512310516364616101
Binary101100101010100110011001010111101111010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A999; }

 p { color: rgb(178,169,153); }

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

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

 a { background-color: rgb(178,169,153); }

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

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

 span { border-color: rgb(178,169,153); }

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