#B1A393

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

Shades of Cloudy #B1A393

Tints of Cloudy #B1A393

Color information

#B1A393 (or 0xB1A393) is unknown color: approx Cloudy. HEX triplet: B1, A3 and 93. RGB value is (177,163,147). Sum of RGB (Red+Green+Blue) = 177+163+147=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A393 is #4E5C6C. Grayscale: #A5A5A5. Windows color (decimal): -5135469 or 9675697. OLE color: 9675697.

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

Color convert

RGB177163147-
CMYK00.080.170.31
HSL32º16.13%63.53%-
HSV(B)32º16.95%69.41%-
XYZ36.537.6532.95-
YUV165.36117.64136.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=36.34%
G=33.47%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716314700.080.170.313216.1363.53
HexB1A39308111F201040
Octal26124322301021374020100
Binary101100011010001110010011010001000111111100000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A393; }

 p { color: rgb(177,163,147); }

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

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

 a { background-color: rgb(177,163,147); }

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

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

 span { border-color: rgb(177,163,147); }

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