Html Css Color HEX #B5B69C Tana

📋 copy color: '#B5B69C'

red 181 ◦ green 182 ◦ blue 156

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

Shades of Tana #B5B69C

Tints of Tana #B5B69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 34.87%
G = 35.07%
B = 30.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5B69C (or 0xB5B69C) is known color: Tana. HEX triplet: B5, B6 and 9C. RGB value is (181,182,156). Sum of RGB (Red+Green+Blue) = 181+182+156=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B69C is #4A4963. Grayscale: #B2B2B2. Windows color (decimal): -4868452 or 10270389. OLE color: 10270389.

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

Color convert

RGB 181 182 156 -
CMYK 0.01 0 0.14 0.29
HSL 62.31º 0.15% 0.66% -
HSV(B) 62.31º 0.14% 0.71% -
XYZ 41.78 45.68 38.07 -
YUV 178.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 181 182 156 0.01 0 0.14 0.29 62.31 0.15 0.66
Hex B5 B6 9C 1 0 E 1D 3E F 42
Octal 265 266 234 1 0 16 35 76 17 102
Binary 10110101 10110110 10011100 1 0 1110 11101 111110 1111 1000010

Color Harmonies of #B5B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B69C

Black with #B5B69C

Text Example


Text Example

White with #B5B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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