Html Css Color HEX #B2A999 Cloudy

📋 copy color: '#B2A999'

red 178 ◦ green 169 ◦ blue 153

#B2A999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #B2A999

Tints of Cloudy #B2A999

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 value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2A999 (or 0xB2A999) is known color: 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

RGB 178 169 153 -
CMYK 0 0.05 0.14 0.30
HSL 38.4º 0.14% 0.65% -
HSV(B) 38.4º 0.14% 0.7% -
XYZ 38.3 40.14 35.87 -
YUV 169.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 178 169 153 0 0.05 0.14 0.30 38.4 0.14 0.65
Hex B2 A9 99 0 5 E 1E 26 E 41
Octal 262 251 231 0 5 16 36 46 16 101
Binary 10110010 10101001 10011001 0 101 1110 11110 100110 1110 1000001

Color Harmonies of #B2A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A999

Black with #B2A999

Text Example


Text Example

White with #B2A999

Text Example


Text Example

HTML Codes & Css Web 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>