#B1A192

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

Shades of Cloudy #B1A192

Tints of Cloudy #B1A192

Color information

#B1A192 (or 0xB1A192) is unknown color: approx Cloudy. HEX triplet: B1, A1 and 92. RGB value is (177,161,146). Sum of RGB (Red+Green+Blue) = 177+161+146=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A192 is #4E5E6D. Grayscale: #A4A4A4. Windows color (decimal): -5135982 or 9609649. OLE color: 9609649.

HSL color Cylindrical-coordinate representation of color #B1A192: hue angle of 29.03º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A192 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB177161146-
CMYK00.090.180.31
HSL29.03º16.58%63.33%-
HSV(B)29.03º17.51%69.41%-
XYZ36.0636.9132.42-
YUV164.07117.8137.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=36.57%
G=33.26%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716114600.090.180.3129.0316.5863.33
HexB1A19209121F1d113f
Octal2612412220112237352177
Binary1011000110100001100100100100110010111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A192; }

 p { color: rgb(177,161,146); }

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

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

 a { background-color: rgb(177,161,146); }

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

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

 span { border-color: rgb(177,161,146); }

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