#B1A294

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

Shades of Cloudy #B1A294

Tints of Cloudy #B1A294

Color information

#B1A294 (or 0xB1A294) is unknown color: approx Cloudy. HEX triplet: B1, A2 and 94. RGB value is (177,162,148). Sum of RGB (Red+Green+Blue) = 177+162+148=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A294 is #4E5D6B. Grayscale: #A4A4A4. Windows color (decimal): -5135724 or 9740977. OLE color: 9740977.

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

Color convert

RGB177162148-
CMYK00.080.160.31
HSL28.97º15.68%63.73%-
HSV(B)28.97º16.38%69.41%-
XYZ36.437.3333.3-
YUV164.89118.47136.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=36.34%
G=33.26%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716214800.080.160.3128.9715.6863.73
HexB1A29408101F1d1040
Octal26124222401020373520100
Binary10110001101000101001010001000100001111111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A294; }

 p { color: rgb(177,162,148); }

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

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

 a { background-color: rgb(177,162,148); }

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

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

 span { border-color: rgb(177,162,148); }

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