#B7A591

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

Shades of Cloudy #B7A591

Tints of Cloudy #B7A591

Color information

#B7A591 (or 0xB7A591) is unknown color: approx Cloudy. HEX triplet: B7, A5 and 91. RGB value is (183,165,145). Sum of RGB (Red+Green+Blue) = 183+165+145=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A591 is #485A6E. Grayscale: #A8A8A8. Windows color (decimal): -4741743 or 9545143. OLE color: 9545143.

HSL color Cylindrical-coordinate representation of color #B7A591: hue angle of 31.58º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A591 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB183165145-
CMYK00.100.210.28
HSL31.58º20.88%64.31%-
HSV(B)31.58º20.77%71.76%-
XYZ38.0939.0232.31-
YUV168.1114.96138.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=37.12%
G=33.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316514500.100.210.2831.5820.8864.31
HexB7A5910A151C201540
Octal26724522101225344025100
Binary101101111010010110010001010101010111100100000101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A591; }

 p { color: rgb(183,165,145); }

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

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

 a { background-color: rgb(183,165,145); }

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

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

 span { border-color: rgb(183,165,145); }

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