Html Css Color HEX #B4AD9F Cloudy

📋 copy color: '#B4AD9F'

red 180 ◦ green 173 ◦ blue 159

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

Shades of Cloudy #B4AD9F

Tints of Cloudy #B4AD9F

RGB

 RED value IS 180 (70.7% from 255) = 35.16%

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

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

R = 35.16%
G = 33.79%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4AD9F (or 0xB4AD9F) is known color: Cloudy. HEX triplet: B4, AD and 9F. RGB value is (180,173,159). Sum of RGB (Red+Green+Blue) = 180+173+159=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD9F is #4B5260. Grayscale: #ADADAD. Windows color (decimal): -4936289 or 10464692. OLE color: 10464692.

HSL color Cylindrical-coordinate representation of color #B4AD9F: hue angle of 40º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4AD9F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 159 -
CMYK 0 0.04 0.12 0.29
HSL 40º 0.12% 0.66% -
HSV(B) 40º 0.12% 0.71% -
XYZ 40.02 42.09 38.82 -
YUV 173.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 180 173 159 0 0.04 0.12 0.29 40 0.12 0.66
Hex B4 AD 9F 0 4 C 1D 28 C 42
Octal 264 255 237 0 4 14 35 50 14 102
Binary 10110100 10101101 10011111 0 100 1100 11101 101000 1100 1000010

Color Harmonies of #B4AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD9F

Black with #B4AD9F

Text Example


Text Example

White with #B4AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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