#B4A998

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

Shades of Cloudy #B4A998

Tints of Cloudy #B4A998

Color information

#B4A998 (or 0xB4A998) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 98. RGB value is (180,169,152). Sum of RGB (Red+Green+Blue) = 180+169+152=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A998 is #4B5667. Grayscale: #AAAAAA. Windows color (decimal): -4937320 or 10004916. OLE color: 10004916.

HSL color Cylindrical-coordinate representation of color #B4A998: hue angle of 36.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A998 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180169152-
CMYK00.060.160.29
HSL36.43º15.73%65.1%-
HSV(B)36.43º15.56%70.59%-
XYZ38.6840.3535.45-
YUV170.35117.64134.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=35.93%
G=33.73%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915200.060.160.2936.4315.7365.1
HexB4A99806101D241041
Octal2642512300620354420101
Binary10110100101010011001100001101000011101100100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A998; }

 p { color: rgb(180,169,152); }

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

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

 a { background-color: rgb(180,169,152); }

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

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

 span { border-color: rgb(180,169,152); }

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