Html Css Color HEX #B5A997 Cloudy

📋 copy color: '#B5A997'

red 181 ◦ green 169 ◦ blue 151

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

Shades of Cloudy #B5A997

Tints of Cloudy #B5A997

RGB

 RED value IS 181 (71.09% from 255) = 36.13%

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 36.13%
G = 33.73%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5A997 (or 0xB5A997) is known color: Cloudy. HEX triplet: B5, A9 and 97. RGB value is (181,169,151). Sum of RGB (Red+Green+Blue) = 181+169+151=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A997 is #4A5668. Grayscale: #AAAAAA. Windows color (decimal): -4871785 or 9939381. OLE color: 9939381.

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

Color convert

RGB 181 169 151 -
CMYK 0 0.07 0.17 0.29
HSL 36º 0.17% 0.65% -
HSV(B) 36º 0.17% 0.71% -
XYZ 38.83 40.43 35.04 -
YUV 170.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 181 169 151 0 0.07 0.17 0.29 36 0.17 0.65
Hex B5 A9 97 0 7 11 1D 24 11 41
Octal 265 251 227 0 7 21 35 44 21 101
Binary 10110101 10101001 10010111 0 111 10001 11101 100100 10001 1000001

Color Harmonies of #B5A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A997

Black with #B5A997

Text Example


Text Example

White with #B5A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A997; }

 p { color: rgb(181,169,151); }

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

background-color css

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

 a { background-color: rgb(181,169,151); }

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

border-color css

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

 span { border-color: rgb(181,169,151); }

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