#B1A89F

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

Shades of Cloudy #B1A89F

Tints of Cloudy #B1A89F

Color information

#B1A89F (or 0xB1A89F) is unknown color: approx Cloudy. HEX triplet: B1, A8 and 9F. RGB value is (177,168,159). Sum of RGB (Red+Green+Blue) = 177+168+159=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A89F is #4E5760. Grayscale: #A9A9A9. Windows color (decimal): -5134177 or 10463409. OLE color: 10463409.

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

Color convert

RGB177168159-
CMYK00.050.100.31
HSL30º10.34%65.88%-
HSV(B)30º10.17%69.41%-
XYZ38.3939.8638.47-
YUV169.66121.98133.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=35.12%
G=33.33%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716815900.050.100.313010.3465.88
HexB1A89F05A1F1ea42
Octal2612502370512373612102
Binary10110001101010001001111101011010111111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A89F; }

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

 H1.HeaderClassName
 {
   color: #B1A89F;
 }
 .AnyTagClassName
 {
   color: #B1A89F;
 }
</style>
background-color css

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

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

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

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

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

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