#B0A699

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

Shades of Cloudy #B0A699

Tints of Cloudy #B0A699

Color information

#B0A699 (or 0xB0A699) is unknown color: approx Cloudy. HEX triplet: B0, A6 and 99. RGB value is (176,166,153). Sum of RGB (Red+Green+Blue) = 176+166+153=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A699 is #4F5966. Grayscale: #A7A7A7. Windows color (decimal): -5200231 or 10069680. OLE color: 10069680.

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

Color convert

RGB176166153-
CMYK00.060.130.31
HSL33.91º12.71%64.51%-
HSV(B)33.91º13.07%69.02%-
XYZ37.2938.835.66-
YUV167.51119.81134.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=35.56%
G=33.54%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616615300.060.130.3133.9112.7164.51
HexB0A69906D1F22d41
Octal2602462310615374215101
Binary101100001010011010011001011011011111110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A699; }

 p { color: rgb(176,166,153); }

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

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

 a { background-color: rgb(176,166,153); }

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

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

 span { border-color: rgb(176,166,153); }

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