Html Css Color HEX #B6AA99 Cloudy

📋 copy color: '#B6AA99'

red 182 ◦ green 170 ◦ blue 153

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

Shades of Cloudy #B6AA99

Tints of Cloudy #B6AA99

RGB

 RED value IS 182 (71.48% from 255) = 36.04%

 GREEN value IS 170 (66.8% from 255) = 33.66%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 36.04%
G = 33.66%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B6AA99 (or 0xB6AA99) is known color: Cloudy. HEX triplet: B6, AA and 99. RGB value is (182,170,153). Sum of RGB (Red+Green+Blue) = 182+170+153=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA99 is #495566. Grayscale: #ABABAB. Windows color (decimal): -4805991 or 10070710. OLE color: 10070710.

HSL color Cylindrical-coordinate representation of color #B6AA99: hue angle of 35.17º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6AA99 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 153 -
CMYK 0 0.07 0.16 0.29
HSL 35.17º 0.17% 0.66% -
HSV(B) 35.17º 0.16% 0.71% -
XYZ 39.42 40.99 35.97 -
YUV 171.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 182 170 153 0 0.07 0.16 0.29 35.17 0.17 0.66
Hex B6 AA 99 0 7 10 1D 23 11 42
Octal 266 252 231 0 7 20 35 43 21 102
Binary 10110110 10101010 10011001 0 111 10000 11101 100011 10001 1000010

Color Harmonies of #B6AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA99

Black with #B6AA99

Text Example


Text Example

White with #B6AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA99; }

 p { color: rgb(182,170,153); }

 H1.HeaderClassName
 {
   color: #B6AA99;
 }
 .AnyTagClassName
 {
   color: #B6AA99;
 }
</style>

background-color css

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

 a { background-color: rgb(182,170,153); }

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

border-color css

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

 span { border-color: rgb(182,170,153); }

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