#B4A290

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

Shades of Cloudy #B4A290

Tints of Cloudy #B4A290

Color information

#B4A290 (or 0xB4A290) is unknown color: approx Cloudy. HEX triplet: B4, A2 and 90. RGB value is (180,162,144). Sum of RGB (Red+Green+Blue) = 180+162+144=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A290 is #4B5D6F. Grayscale: #A5A5A5. Windows color (decimal): -4939120 or 9478836. OLE color: 9478836.

HSL color Cylindrical-coordinate representation of color #B4A290: hue angle of 30º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A290 is Cyan = 0, Magento = 0.1, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB180162144-
CMYK00.10.20.29
HSL30º19.35%63.53%-
HSV(B)30º20%70.59%-
XYZ36.7837.5631.7-
YUV165.33115.96138.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=37.04%
G=33.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214400.10.20.293019.3563.53
HexB4A2900A141D1e1340
Octal26424222001224353623100
Binary10110100101000101001000001010101001110111110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A290; }

 p { color: rgb(180,162,144); }

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

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

 a { background-color: rgb(180,162,144); }

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

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

 span { border-color: rgb(180,162,144); }

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