Html Css Color HEX #B8AD9D Cloudy

📋 copy color: '#B8AD9D'

red 184 ◦ green 173 ◦ blue 157

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

Shades of Cloudy #B8AD9D

Tints of Cloudy #B8AD9D

RGB

 RED value IS 184 (72.27% from 255) = 35.8%

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

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 35.8%
G = 33.66%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8AD9D (or 0xB8AD9D) is known color: Cloudy. HEX triplet: B8, AD and 9D. RGB value is (184,173,157). Sum of RGB (Red+Green+Blue) = 184+173+157=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD9D is #475262. Grayscale: #AEAEAE. Windows color (decimal): -4674147 or 10333624. OLE color: 10333624.

HSL color Cylindrical-coordinate representation of color #B8AD9D: hue angle of 35.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8AD9D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 157 -
CMYK 0 0.06 0.15 0.28
HSL 35.56º 0.16% 0.67% -
HSV(B) 35.56º 0.15% 0.72% -
XYZ 40.8 42.51 37.95 -
YUV 174.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 184 173 157 0 0.06 0.15 0.28 35.56 0.16 0.67
Hex B8 AD 9D 0 6 F 1C 24 10 43
Octal 270 255 235 0 6 17 34 44 20 103
Binary 10111000 10101101 10011101 0 110 1111 11100 100100 10000 1000011

Color Harmonies of #B8AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD9D

Black with #B8AD9D

Text Example


Text Example

White with #B8AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD9D; }

 p { color: rgb(184,173,157); }

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

background-color css

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

 a { background-color: rgb(184,173,157); }

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

border-color css

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

 span { border-color: rgb(184,173,157); }

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