#B1A899

Color #B1A899 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B1A899

Tints of Cloudy #B1A899

Color information

#B1A899 (or 0xB1A899) is unknown color: approx 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

RGB177168153-
CMYK00.050.140.31
HSL37.5º13.33%64.71%-
HSV(B)37.5º13.56%69.41%-
XYZ37.8839.6535.79-
YUV168.98118.98133.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716815300.050.140.3137.513.3364.71
HexB1A89905E1F26d41
Octal2612502310516374615101
Binary101100011010100010011001010111101111110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>