Html Css Color HEX #B5A797 Cloudy

📋 copy color: '#B5A797'

red 181 ◦ green 167 ◦ blue 151

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

Shades of Cloudy #B5A797

Tints of Cloudy #B5A797

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.47%

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

R = 36.27%
G = 33.47%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5A797 (or 0xB5A797) is known color: Cloudy. HEX triplet: B5, A7 and 97. RGB value is (181,167,151). Sum of RGB (Red+Green+Blue) = 181+167+151=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A797 is #4A5868. Grayscale: #A9A9A9. Windows color (decimal): -4872297 or 9938869. OLE color: 9938869.

HSL color Cylindrical-coordinate representation of color #B5A797: hue angle of 32º 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 #B5A797 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 167 151 -
CMYK 0 0.08 0.17 0.29
HSL 32º 0.17% 0.65% -
HSV(B) 32º 0.17% 0.71% -
XYZ 38.46 39.7 34.91 -
YUV 169.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 181 167 151 0 0.08 0.17 0.29 32 0.17 0.65
Hex B5 A7 97 0 8 11 1D 20 11 41
Octal 265 247 227 0 10 21 35 40 21 101
Binary 10110101 10100111 10010111 0 1000 10001 11101 100000 10001 1000001

Color Harmonies of #B5A797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A797

Black with #B5A797

Text Example


Text Example

White with #B5A797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A797; }

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

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

background-color css

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

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

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

border-color css

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

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

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