Html Css Color HEX #B0A899 Cloudy

📋 copy color: '#B0A899'

red 176 ◦ green 168 ◦ blue 153

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

Shades of Cloudy #B0A899

Tints of Cloudy #B0A899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

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

R = 35.41%
G = 33.8%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B0A899 (or 0xB0A899) is known color: Cloudy. HEX triplet: B0, A8 and 99. RGB value is (176,168,153). Sum of RGB (Red+Green+Blue) = 176+168+153=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A899 is #4F5766. Grayscale: #A8A8A8. Windows color (decimal): -5199719 or 10070192. OLE color: 10070192.

HSL color Cylindrical-coordinate representation of color #B0A899: hue angle of 39.13º 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 #B0A899 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 153 -
CMYK 0 0.05 0.13 0.31
HSL 39.13º 0.13% 0.65% -
HSV(B) 39.13º 0.13% 0.69% -
XYZ 37.66 39.54 35.78 -
YUV 168.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 176 168 153 0 0.05 0.13 0.31 39.13 0.13 0.65
Hex B0 A8 99 0 5 D 1F 27 D 41
Octal 260 250 231 0 5 15 37 47 15 101
Binary 10110000 10101000 10011001 0 101 1101 11111 100111 1101 1000001

Color Harmonies of #B0A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A899

Black with #B0A899

Text Example


Text Example

White with #B0A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A899; }

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

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

background-color css

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

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

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

border-color css

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

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

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