Html Css Color HEX #B4A999 Cloudy

📋 copy color: '#B4A999'

red 180 ◦ green 169 ◦ blue 153

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

Shades of Cloudy #B4A999

Tints of Cloudy #B4A999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

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

R = 35.86%
G = 33.67%
B = 30.48%

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

#B4A999 (or 0xB4A999) is known color: Cloudy. HEX triplet: B4, A9 and 99. RGB value is (180,169,153). Sum of RGB (Red+Green+Blue) = 180+169+153=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A999 is #4B5666. Grayscale: #AAAAAA. Windows color (decimal): -4937319 or 10070452. OLE color: 10070452.

HSL color Cylindrical-coordinate representation of color #B4A999: hue angle of 35.56º 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 #B4A999 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 169 153 -
CMYK 0 0.06 0.15 0.29
HSL 35.56º 0.15% 0.65% -
HSV(B) 35.56º 0.15% 0.71% -
XYZ 38.76 40.38 35.89 -
YUV 170.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 180 169 153 0 0.06 0.15 0.29 35.56 0.15 0.65
Hex B4 A9 99 0 6 F 1D 24 F 41
Octal 264 251 231 0 6 17 35 44 17 101
Binary 10110100 10101001 10011001 0 110 1111 11101 100100 1111 1000001

Color Harmonies of #B4A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A999

Black with #B4A999

Text Example


Text Example

White with #B4A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A999; }

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

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

background-color css

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

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

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

border-color css

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

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

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