#BAA791

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

Shades of Cloudy #BAA791

Tints of Cloudy #BAA791

Color information

#BAA791 (or 0xBAA791) is unknown color: approx Cloudy. HEX triplet: BA, A7 and 91. RGB value is (186,167,145). Sum of RGB (Red+Green+Blue) = 186+167+145=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA791 is #45586E. Grayscale: #AAAAAA. Windows color (decimal): -4544623 or 9545658. OLE color: 9545658.

HSL color Cylindrical-coordinate representation of color #BAA791: hue angle of 32.2º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA791 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186167145-
CMYK00.100.220.27
HSL32.2º22.91%64.9%-
HSV(B)32.2º22.04%72.94%-
XYZ39.1840.1232.47-
YUV170.17113.79139.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=37.35%
G=33.53%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616714500.100.220.2732.222.9164.9
HexBAA7910A161B201741
Octal27224722101226334027101
Binary101110101010011110010001010101011011011100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA791; }

 p { color: rgb(186,167,145); }

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

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

 a { background-color: rgb(186,167,145); }

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

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

 span { border-color: rgb(186,167,145); }

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