Html Css Color HEX #B0A499 Cloudy

📋 copy color: '#B0A499'

red 176 ◦ green 164 ◦ blue 153

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

Shades of Cloudy #B0A499

Tints of Cloudy #B0A499

RGB

 RED value IS 176 (69.14% from 255) = 35.7%

 GREEN value IS 164 (64.45% from 255) = 33.27%

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

R = 35.7%
G = 33.27%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B0A499 (or 0xB0A499) is known color: Cloudy. HEX triplet: B0, A4 and 99. RGB value is (176,164,153). Sum of RGB (Red+Green+Blue) = 176+164+153=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A499 is #4F5B66. Grayscale: #A6A6A6. Windows color (decimal): -5200743 or 10069168. OLE color: 10069168.

HSL color Cylindrical-coordinate representation of color #B0A499: hue angle of 28.7º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A499 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 153 -
CMYK 0 0.07 0.13 0.31
HSL 28.7º 0.13% 0.65% -
HSV(B) 28.7º 0.13% 0.69% -
XYZ 36.93 38.08 35.54 -
YUV 166.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 176 164 153 0 0.07 0.13 0.31 28.7 0.13 0.65
Hex B0 A4 99 0 7 D 1F 1D D 41
Octal 260 244 231 0 7 15 37 35 15 101
Binary 10110000 10100100 10011001 0 111 1101 11111 11101 1101 1000001

Color Harmonies of #B0A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A499

Black with #B0A499

Text Example


Text Example

White with #B0A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A499; }

 p { color: rgb(176,164,153); }

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

background-color css

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

 a { background-color: rgb(176,164,153); }

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

border-color css

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

 span { border-color: rgb(176,164,153); }

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