#B0A797

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

Shades of Cloudy #B0A797

Tints of Cloudy #B0A797

Color information

#B0A797 (or 0xB0A797) is unknown color: approx Cloudy. HEX triplet: B0, A7 and 97. RGB value is (176,167,151). Sum of RGB (Red+Green+Blue) = 176+167+151=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A797 is #4F5868. Grayscale: #A7A7A7. Windows color (decimal): -5199977 or 9938864. OLE color: 9938864.

HSL color Cylindrical-coordinate representation of color #B0A797: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0A797 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176167151-
CMYK00.050.140.31
HSL38.4º13.66%64.12%-
HSV(B)38.4º14.2%69.02%-
XYZ37.3139.134.86-
YUV167.87118.48133.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=35.63%
G=33.81%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616715100.050.140.3138.413.6664.12
HexB0A79705E1F26e40
Octal2602472270516374616100
Binary101100001010011110010111010111101111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A797; }

 p { color: rgb(176,167,151); }

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

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

 a { background-color: rgb(176,167,151); }

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

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

 span { border-color: rgb(176,167,151); }

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