Html Css Color HEX #B9AC9B Cloudy

📋 copy color: '#B9AC9B'

red 185 ◦ green 172 ◦ blue 155

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

Shades of Cloudy #B9AC9B

Tints of Cloudy #B9AC9B

RGB

 RED value IS 185 (72.66% from 255) = 36.13%

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

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 36.13%
G = 33.59%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9AC9B (or 0xB9AC9B) is known color: Cloudy. HEX triplet: B9, AC and 9B. RGB value is (185,172,155). Sum of RGB (Red+Green+Blue) = 185+172+155=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC9B is #465364. Grayscale: #AEAEAE. Windows color (decimal): -4608869 or 10202297. OLE color: 10202297.

HSL color Cylindrical-coordinate representation of color #B9AC9B: hue angle of 34º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9AC9B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 155 -
CMYK 0 0.07 0.16 0.27
HSL 34º 0.18% 0.67% -
HSV(B) 34º 0.16% 0.73% -
XYZ 40.68 42.19 37.01 -
YUV 173.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 185 172 155 0 0.07 0.16 0.27 34 0.18 0.67
Hex B9 AC 9B 0 7 10 1B 22 12 43
Octal 271 254 233 0 7 20 33 42 22 103
Binary 10111001 10101100 10011011 0 111 10000 11011 100010 10010 1000011

Color Harmonies of #B9AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC9B

Black with #B9AC9B

Text Example


Text Example

White with #B9AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC9B; }

 p { color: rgb(185,172,155); }

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

background-color css

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

 a { background-color: rgb(185,172,155); }

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

border-color css

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

 span { border-color: rgb(185,172,155); }

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