#B4A28F

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

Shades of Cloudy #B4A28F

Tints of Cloudy #B4A28F

Color information

#B4A28F (or 0xB4A28F) is unknown color: approx Cloudy. HEX triplet: B4, A2 and 8F. RGB value is (180,162,143). Sum of RGB (Red+Green+Blue) = 180+162+143=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A28F is #4B5D70. Grayscale: #A5A5A5. Windows color (decimal): -4939121 or 9413300. OLE color: 9413300.

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

Color convert

RGB180162143-
CMYK00.10.210.29
HSL30.81º19.79%63.33%-
HSV(B)30.81º20.56%70.59%-
XYZ36.737.5331.3-
YUV165.22115.46138.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=37.11%
G=33.40%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214300.10.210.2930.8119.7963.33
HexB4A28F0A151D1f143f
Octal2642422170122535372477
Binary1011010010100010100011110101010101111011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A28F; }

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

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

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

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

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

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

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

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