#B4A698

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

Shades of Cloudy #B4A698

Tints of Cloudy #B4A698

Color information

#B4A698 (or 0xB4A698) is unknown color: approx Cloudy. HEX triplet: B4, A6 and 98. RGB value is (180,166,152). Sum of RGB (Red+Green+Blue) = 180+166+152=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A698 is #4B5967. Grayscale: #A8A8A8. Windows color (decimal): -4938088 or 10004148. OLE color: 10004148.

HSL color Cylindrical-coordinate representation of color #B4A698: hue angle of 30º 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 #B4A698 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180166152-
CMYK00.080.160.29
HSL30º15.73%65.1%-
HSV(B)30º15.56%70.59%-
XYZ38.1339.2435.27-
YUV168.59118.64136.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=36.14%
G=33.33%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016615200.080.160.293015.7365.1
HexB4A69808101D1e1041
Octal26424623001020353620101
Binary10110100101001101001100001000100001110111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A698; }

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

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

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

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

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

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

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

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