Html Css Color HEX #B5B49C Tana

📋 copy color: '#B5B49C'

red 181 ◦ green 180 ◦ blue 156

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

Shades of Tana #B5B49C

Tints of Tana #B5B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 35.01%
G = 34.82%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5B49C (or 0xB5B49C) is known color: Tana. HEX triplet: B5, B4 and 9C. RGB value is (181,180,156). Sum of RGB (Red+Green+Blue) = 181+180+156=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B49C is #4A4B63. Grayscale: #B1B1B1. Windows color (decimal): -4868964 or 10269877. OLE color: 10269877.

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

Color convert

RGB 181 180 156 -
CMYK 0 0.01 0.14 0.29
HSL 57.6º 0.14% 0.66% -
HSV(B) 57.6º 0.14% 0.71% -
XYZ 41.38 44.87 37.93 -
YUV 177.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 181 180 156 0 0.01 0.14 0.29 57.6 0.14 0.66
Hex B5 B4 9C 0 1 E 1D 3A E 42
Octal 265 264 234 0 1 16 35 72 16 102
Binary 10110101 10110100 10011100 0 1 1110 11101 111010 1110 1000010

Color Harmonies of #B5B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B49C

Black with #B5B49C

Text Example


Text Example

White with #B5B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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