Html Css Color HEX #B1A899 Cloudy

📋 copy color: '#B1A899'

red 177 ◦ green 168 ◦ blue 153

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

Shades of Cloudy #B1A899

Tints of Cloudy #B1A899

RGB

 RED value IS 177 (69.53% from 255) = 35.54%

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

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

R = 35.54%
G = 33.73%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B1A899 (or 0xB1A899) is known color: Cloudy. HEX triplet: B1, A8 and 99. RGB value is (177,168,153). Sum of RGB (Red+Green+Blue) = 177+168+153=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A899 is #4E5766. Grayscale: #A9A9A9. Windows color (decimal): -5134183 or 10070193. OLE color: 10070193.

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

Color convert

RGB 177 168 153 -
CMYK 0 0.05 0.14 0.31
HSL 37.5º 0.13% 0.65% -
HSV(B) 37.5º 0.14% 0.69% -
XYZ 37.88 39.65 35.79 -
YUV 168.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 177 168 153 0 0.05 0.14 0.31 37.5 0.13 0.65
Hex B1 A8 99 0 5 E 1F 26 D 41
Octal 261 250 231 0 5 16 37 46 15 101
Binary 10110001 10101000 10011001 0 101 1110 11111 100110 1101 1000001

Color Harmonies of #B1A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A899

Black with #B1A899

Text Example


Text Example

White with #B1A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A899; }

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

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

background-color css

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

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

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

border-color css

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

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

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