Html Css Color HEX #B4AA99 Cloudy

📋 copy color: '#B4AA99'

red 180 ◦ green 170 ◦ blue 153

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

Shades of Cloudy #B4AA99

Tints of Cloudy #B4AA99

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

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

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

R = 35.79%
G = 33.8%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4AA99 (or 0xB4AA99) is known color: Cloudy. HEX triplet: B4, AA and 99. RGB value is (180,170,153). Sum of RGB (Red+Green+Blue) = 180+170+153=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA99 is #4B5566. Grayscale: #ABABAB. Windows color (decimal): -4937063 or 10070708. OLE color: 10070708.

HSL color Cylindrical-coordinate representation of color #B4AA99: hue angle of 37.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4AA99 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 153 -
CMYK 0 0.06 0.15 0.29
HSL 37.78º 0.15% 0.65% -
HSV(B) 37.78º 0.15% 0.71% -
XYZ 38.95 40.75 35.95 -
YUV 171.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 180 170 153 0 0.06 0.15 0.29 37.78 0.15 0.65
Hex B4 AA 99 0 6 F 1D 26 F 41
Octal 264 252 231 0 6 17 35 46 17 101
Binary 10110100 10101010 10011001 0 110 1111 11101 100110 1111 1000001

Color Harmonies of #B4AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA99

Black with #B4AA99

Text Example


Text Example

White with #B4AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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