#B4A292

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

Shades of Cloudy #B4A292

Tints of Cloudy #B4A292

Color information

#B4A292 (or 0xB4A292) is unknown color: approx Cloudy. HEX triplet: B4, A2 and 92. RGB value is (180,162,146). Sum of RGB (Red+Green+Blue) = 180+162+146=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A292 is #4B5D6D. Grayscale: #A5A5A5. Windows color (decimal): -4939118 or 9609908. OLE color: 9609908.

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

Color convert

RGB180162146-
CMYK00.10.190.29
HSL28.24º18.48%63.92%-
HSV(B)28.24º18.89%70.59%-
XYZ36.9337.6232.51-
YUV165.56116.96138.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=36.89%
G=33.20%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214600.10.190.2928.2418.4863.92
HexB4A2920A131D1c1240
Octal26424222201223353422100
Binary10110100101000101001001001010100111110111100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A292; }

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

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

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

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

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

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

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

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