Html Css Color HEX #B4AA9A Cloudy

📋 copy color: '#B4AA9A'

red 180 ◦ green 170 ◦ blue 154

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

Shades of Cloudy #B4AA9A

Tints of Cloudy #B4AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 35.71%
G = 33.73%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4AA9A (or 0xB4AA9A) is known color: Cloudy. HEX triplet: B4, AA and 9A. RGB value is (180,170,154). Sum of RGB (Red+Green+Blue) = 180+170+154=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9A is #4B5565. Grayscale: #ABABAB. Windows color (decimal): -4937062 or 10136244. OLE color: 10136244.

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

Color convert

RGB 180 170 154 -
CMYK 0 0.06 0.14 0.29
HSL 36.92º 0.15% 0.65% -
HSV(B) 36.92º 0.14% 0.71% -
XYZ 39.03 40.79 36.39 -
YUV 171.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 180 170 154 0 0.06 0.14 0.29 36.92 0.15 0.65
Hex B4 AA 9A 0 6 E 1D 25 F 41
Octal 264 252 232 0 6 16 35 45 17 101
Binary 10110100 10101010 10011010 0 110 1110 11101 100101 1111 1000001

Color Harmonies of #B4AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA9A

Black with #B4AA9A

Text Example


Text Example

White with #B4AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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