#B1A79C

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

Shades of Cloudy #B1A79C

Tints of Cloudy #B1A79C

Color information

#B1A79C (or 0xB1A79C) is unknown color: approx Cloudy. HEX triplet: B1, A7 and 9C. RGB value is (177,167,156). Sum of RGB (Red+Green+Blue) = 177+167+156=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A79C is #4E5863. Grayscale: #A8A8A8. Windows color (decimal): -5134436 or 10266545. OLE color: 10266545.

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

Color convert

RGB177167156-
CMYK00.060.120.31
HSL31.43º11.86%65.29%-
HSV(B)31.43º11.86%69.41%-
XYZ37.9539.3837.05-
YUV168.74120.81133.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=35.4%
G=33.4%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716715600.060.120.3131.4311.8665.29
HexB1A79C06C1F1fc41
Octal2612472340614373714101
Binary10110001101001111001110001101100111111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A79C; }

 p { color: rgb(177,167,156); }

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

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

 a { background-color: rgb(177,167,156); }

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

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

 span { border-color: rgb(177,167,156); }

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