Html Css Color HEX #B3AD9F Cloudy

📋 copy color: '#B3AD9F'

red 179 ◦ green 173 ◦ blue 159

#B3AD9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #B3AD9F

Tints of Cloudy #B3AD9F

RGB

 RED value IS 179 (70.31% from 255) = 35.03%

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 35.03%
G = 33.86%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3AD9F (or 0xB3AD9F) is known color: Cloudy. HEX triplet: B3, AD and 9F. RGB value is (179,173,159). Sum of RGB (Red+Green+Blue) = 179+173+159=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD9F is #4C5260. Grayscale: #ADADAD. Windows color (decimal): -5001825 or 10464691. OLE color: 10464691.

HSL color Cylindrical-coordinate representation of color #B3AD9F: hue angle of 42º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3AD9F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 159 -
CMYK 0 0.03 0.11 0.30
HSL 42º 0.12% 0.66% -
HSV(B) 42º 0.11% 0.7% -
XYZ 39.79 41.97 38.81 -
YUV 173.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 179 173 159 0 0.03 0.11 0.30 42 0.12 0.66
Hex B3 AD 9F 0 3 B 1E 2A C 42
Octal 263 255 237 0 3 13 36 52 14 102
Binary 10110011 10101101 10011111 0 11 1011 11110 101010 1100 1000010

Color Harmonies of #B3AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD9F

Black with #B3AD9F

Text Example


Text Example

White with #B3AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD9F; }

 p { color: rgb(179,173,159); }

 H1.HeaderClassName
 {
   color: #B3AD9F;
 }
 .AnyTagClassName
 {
   color: #B3AD9F;
 }
</style>

background-color css

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

 a { background-color: rgb(179,173,159); }

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

border-color css

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

 span { border-color: rgb(179,173,159); }

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