Html Css Color HEX #B4A699 Cloudy

📋 copy color: '#B4A699'

red 180 ◦ green 166 ◦ blue 153

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

Shades of Cloudy #B4A699

Tints of Cloudy #B4A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

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

R = 36.07%
G = 33.27%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4A699 (or 0xB4A699) is known color: Cloudy. HEX triplet: B4, A6 and 99. RGB value is (180,166,153). Sum of RGB (Red+Green+Blue) = 180+166+153=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A699 is #4B5966. Grayscale: #A8A8A8. Windows color (decimal): -4938087 or 10069684. OLE color: 10069684.

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

Color convert

RGB 180 166 153 -
CMYK 0 0.08 0.15 0.29
HSL 28.89º 0.15% 0.65% -
HSV(B) 28.89º 0.15% 0.71% -
XYZ 38.21 39.28 35.7 -
YUV 168.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 180 166 153 0 0.08 0.15 0.29 28.89 0.15 0.65
Hex B4 A6 99 0 8 F 1D 1D F 41
Octal 264 246 231 0 10 17 35 35 17 101
Binary 10110100 10100110 10011001 0 1000 1111 11101 11101 1111 1000001

Color Harmonies of #B4A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A699

Black with #B4A699

Text Example


Text Example

White with #B4A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A699; }

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

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

background-color css

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

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

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

border-color css

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

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

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