Html Css Color HEX #B8AC9D Cloudy

📋 copy color: '#B8AC9D'

red 184 ◦ green 172 ◦ blue 157

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

Shades of Cloudy #B8AC9D

Tints of Cloudy #B8AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

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

R = 35.87%
G = 33.53%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8AC9D (or 0xB8AC9D) is known color: Cloudy. HEX triplet: B8, AC and 9D. RGB value is (184,172,157). Sum of RGB (Red+Green+Blue) = 184+172+157=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC9D is #475362. Grayscale: #ADADAD. Windows color (decimal): -4674403 or 10333368. OLE color: 10333368.

HSL color Cylindrical-coordinate representation of color #B8AC9D: hue angle of 33.33º 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 #B8AC9D is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 157 -
CMYK 0 0.07 0.15 0.28
HSL 33.33º 0.16% 0.67% -
HSV(B) 33.33º 0.15% 0.72% -
XYZ 40.61 42.13 37.89 -
YUV 173.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 184 172 157 0 0.07 0.15 0.28 33.33 0.16 0.67
Hex B8 AC 9D 0 7 F 1C 21 10 43
Octal 270 254 235 0 7 17 34 41 20 103
Binary 10111000 10101100 10011101 0 111 1111 11100 100001 10000 1000011

Color Harmonies of #B8AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC9D

Black with #B8AC9D

Text Example


Text Example

White with #B8AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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