#B9A691

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

Shades of Cloudy #B9A691

Tints of Cloudy #B9A691

Color information

#B9A691 (or 0xB9A691) is unknown color: approx Cloudy. HEX triplet: B9, A6 and 91. RGB value is (185,166,145). Sum of RGB (Red+Green+Blue) = 185+166+145=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A691 is #46596E. Grayscale: #A9A9A9. Windows color (decimal): -4610415 or 9545401. OLE color: 9545401.

HSL color Cylindrical-coordinate representation of color #B9A691: hue angle of 31.5º degrees, saturation: 0.22, 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 #B9A691 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185166145-
CMYK00.100.220.27
HSL31.5º22.22%64.71%-
HSV(B)31.5º21.62%72.55%-
XYZ38.7539.6332.4-
YUV169.29114.29139.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=37.30%
G=33.47%
B=29.23%

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
Decimal18516614500.100.220.2731.522.2264.71
HexB9A6910A161B201641
Octal27124622101226334026101
Binary101110011010011010010001010101011011011100000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A691; }

 p { color: rgb(185,166,145); }

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

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

 a { background-color: rgb(185,166,145); }

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

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

 span { border-color: rgb(185,166,145); }

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