Html Css Color HEX #B9A995 Cloudy

📋 copy color: '#B9A995'

red 185 ◦ green 169 ◦ blue 149

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

Shades of Cloudy #B9A995

Tints of Cloudy #B9A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 36.78%
G = 33.6%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B9A995 (or 0xB9A995) is known color: Cloudy. HEX triplet: B9, A9 and 95. RGB value is (185,169,149). Sum of RGB (Red+Green+Blue) = 185+169+149=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A995 is #46566A. Grayscale: #ABABAB. Windows color (decimal): -4609643 or 9808313. OLE color: 9808313.

HSL color Cylindrical-coordinate representation of color #B9A995: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9A995 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 149 -
CMYK 0 0.09 0.19 0.27
HSL 33.33º 0.2% 0.65% -
HSV(B) 33.33º 0.19% 0.73% -
XYZ 39.62 40.86 34.23 -
YUV 171.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 185 169 149 0 0.09 0.19 0.27 33.33 0.2 0.65
Hex B9 A9 95 0 9 13 1B 21 14 41
Octal 271 251 225 0 11 23 33 41 24 101
Binary 10111001 10101001 10010101 0 1001 10011 11011 100001 10100 1000001

Color Harmonies of #B9A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A995

Black with #B9A995

Text Example


Text Example

White with #B9A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A995; }

 p { color: rgb(185,169,149); }

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

background-color css

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

 a { background-color: rgb(185,169,149); }

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

border-color css

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

 span { border-color: rgb(185,169,149); }

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