Html Css Color HEX #B5B497 Tana

📋 copy color: '#B5B497'

red 181 ◦ green 180 ◦ blue 151

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

Shades of Tana #B5B497

Tints of Tana #B5B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 35.35%
G = 35.16%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5B497 (or 0xB5B497) is known color: Tana. HEX triplet: B5, B4 and 97. RGB value is (181,180,151). Sum of RGB (Red+Green+Blue) = 181+180+151=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B497 is #4A4B68. Grayscale: #B1B1B1. Windows color (decimal): -4868969 or 9942197. OLE color: 9942197.

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

Color convert

RGB 181 180 151 -
CMYK 0 0.01 0.17 0.29
HSL 58º 0.17% 0.65% -
HSV(B) 58º 0.17% 0.71% -
XYZ 40.96 44.7 35.75 -
YUV 176.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 181 180 151 0 0.01 0.17 0.29 58 0.17 0.65
Hex B5 B4 97 0 1 11 1D 3A 11 41
Octal 265 264 227 0 1 21 35 72 21 101
Binary 10110101 10110100 10010111 0 1 10001 11101 111010 10001 1000001

Color Harmonies of #B5B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B497

Black with #B5B497

Text Example


Text Example

White with #B5B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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