#B2A99B

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

Shades of Cloudy #B2A99B

Tints of Cloudy #B2A99B

Color information

#B2A99B (or 0xB2A99B) is unknown color: approx Cloudy. HEX triplet: B2, A9 and 9B. RGB value is (178,169,155). Sum of RGB (Red+Green+Blue) = 178+169+155=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A99B is #4D5664. Grayscale: #AAAAAA. Windows color (decimal): -5068389 or 10201522. OLE color: 10201522.

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

Color convert

RGB178169155-
CMYK00.050.130.30
HSL36.52º12.99%65.29%-
HSV(B)36.52º12.92%69.8%-
XYZ38.4640.2136.74-
YUV170.09119.48133.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=35.46%
G=33.67%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816915500.050.130.3036.5212.9965.29
HexB2A99B05D1E25d41
Octal2622512330515364515101
Binary101100101010100110011011010111011111010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A99B; }

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

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

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

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

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

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

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

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