Html Css Color HEX #B6B69C Tana

📋 copy color: '#B6B69C'

red 182 ◦ green 182 ◦ blue 156

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

Shades of Tana #B6B69C

Tints of Tana #B6B69C

RGB

 RED value IS 182 (71.48% from 255) = 35%

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

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

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6B69C (or 0xB6B69C) is known color: Tana. HEX triplet: B6, B6 and 9C. RGB value is (182,182,156). Sum of RGB (Red+Green+Blue) = 182+182+156=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B69C is #494963. Grayscale: #B3B3B3. Windows color (decimal): -4802916 or 10270390. OLE color: 10270390.

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

Color convert

RGB 182 182 156 -
CMYK 0 0 0.14 0.29
HSL 60º 0.15% 0.66% -
HSV(B) 60º 0.14% 0.71% -
XYZ 42.02 45.8 38.08 -
YUV 179.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 182 182 156 0 0 0.14 0.29 60 0.15 0.66
Hex B6 B6 9C 0 0 E 1D 3C F 42
Octal 266 266 234 0 0 16 35 74 17 102
Binary 10110110 10110110 10011100 0 0 1110 11101 111100 1111 1000010

Color Harmonies of #B6B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B69C

Black with #B6B69C

Text Example


Text Example

White with #B6B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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