#b8a591

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

Shades of Cloudy #B8A591

Tints of Cloudy #B8A591

Color information

#B8A591 (or 0xB8A591) is unknown color: approx Cloudy. HEX triplet: B8, A5 and 91. RGB value is (184,165,145). Sum of RGB (Red+Green+Blue) = 184+165+145=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A591 is #475A6E. Grayscale: #A8A8A8. Windows color (decimal): -4676207 or 9545144. OLE color: 9545144.

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

Color convert

RGB184165145-
CMYK00.100.210.28
HSL30.77º21.55%64.51%-
HSV(B)30.77º21.2%72.16%-
XYZ38.3339.1432.32-
YUV168.4114.79139.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=37.25%
G=33.40%
B=29.35%

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
Decimal18416514500.100.210.2830.7721.5564.51
HexB8A5910A151C1f1641
Octal27024522101225343726101
Binary10111000101001011001000101010101011110011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a591; }

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

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

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

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

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

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

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

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