Html Css Color HEX #B2A99B Cloudy

📋 copy color: '#B2A99B'

red 178 ◦ green 169 ◦ blue 155

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

Shades of Cloudy #B2A99B

Tints of Cloudy #B2A99B

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

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

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

RGB 178 169 155 -
CMYK 0 0.05 0.13 0.30
HSL 36.52º 0.13% 0.65% -
HSV(B) 36.52º 0.13% 0.7% -
XYZ 38.46 40.21 36.74 -
YUV 170.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 178 169 155 0 0.05 0.13 0.30 36.52 0.13 0.65
Hex B2 A9 9B 0 5 D 1E 25 D 41
Octal 262 251 233 0 5 15 36 45 15 101
Binary 10110010 10101001 10011011 0 101 1101 11110 100101 1101 1000001

Color Harmonies of #B2A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A99B

Black with #B2A99B

Text Example


Text Example

White with #B2A99B

Text Example


Text Example

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