#B2A796

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

Shades of Cloudy #B2A796

Tints of Cloudy #B2A796

Color information

#B2A796 (or 0xB2A796) is unknown color: approx Cloudy. HEX triplet: B2, A7 and 96. RGB value is (178,167,150). Sum of RGB (Red+Green+Blue) = 178+167+150=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A796 is #4D5869. Grayscale: #A8A8A8. Windows color (decimal): -5068906 or 9873330. OLE color: 9873330.

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

Color convert

RGB178167150-
CMYK00.060.160.30
HSL36.43º15.38%64.31%-
HSV(B)36.43º15.73%69.8%-
XYZ37.6839.334.45-
YUV168.35117.64134.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=35.96%
G=33.74%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816715000.060.160.3036.4315.3864.31
HexB2A79606101E24f40
Octal2622472260620364417100
Binary1011001010100111100101100110100001111010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A796; }

 p { color: rgb(178,167,150); }

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

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

 a { background-color: rgb(178,167,150); }

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

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

 span { border-color: rgb(178,167,150); }

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