#B2A79B

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

Shades of Cloudy #B2A79B

Tints of Cloudy #B2A79B

Color information

#B2A79B (or 0xB2A79B) is unknown color: approx Cloudy. HEX triplet: B2, A7 and 9B. RGB value is (178,167,155). Sum of RGB (Red+Green+Blue) = 178+167+155=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A79B is #4D5864. Grayscale: #A8A8A8. Windows color (decimal): -5068901 or 10201010. OLE color: 10201010.

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

Color convert

RGB178167155-
CMYK00.060.130.30
HSL31.3º12.99%65.29%-
HSV(B)31.3º12.92%69.8%-
XYZ38.139.4736.62-
YUV168.92120.14134.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 155 (60.94% from 255) = 31%
R=35.6%
G=33.4%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816715500.060.130.3031.312.9965.29
HexB2A79B06D1E1fd41
Octal2622472330615363715101
Binary10110010101001111001101101101101111101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A79B; }

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

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

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

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

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

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

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

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