#B0A695

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

Shades of Cloudy #B0A695

Tints of Cloudy #B0A695

Color information

#B0A695 (or 0xB0A695) is unknown color: approx Cloudy. HEX triplet: B0, A6 and 95. RGB value is (176,166,149). Sum of RGB (Red+Green+Blue) = 176+166+149=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A695 is #4F596A. Grayscale: #A7A7A7. Windows color (decimal): -5200235 or 9807536. OLE color: 9807536.

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

Color convert

RGB176166149-
CMYK00.060.150.31
HSL37.78º14.59%63.73%-
HSV(B)37.78º15.34%69.02%-
XYZ36.9738.6733.95-
YUV167.05117.81134.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=35.85%
G=33.81%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616614900.060.150.3137.7814.5963.73
HexB0A69506F1F26f40
Octal2602462250617374617100
Binary101100001010011010010101011011111111110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A695; }

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

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

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

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

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

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

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

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