Html Css Color HEX #BCB6A0 Tana

📋 copy color: '#BCB6A0'

red 188 ◦ green 182 ◦ blue 160

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

Shades of Tana #BCB6A0

Tints of Tana #BCB6A0

RGB

 RED value IS 188 (73.83% from 255) = 35.47%

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

 BLUE value IS 160 (62.89% from 255) = 30.19%

R = 35.47%
G = 34.34%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCB6A0 (or 0xBCB6A0) is known color: Tana. HEX triplet: BC, B6 and A0. RGB value is (188,182,160). Sum of RGB (Red+Green+Blue) = 188+182+160=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A0 is #43495F. Grayscale: #B5B5B5. Windows color (decimal): -4409696 or 10532540. OLE color: 10532540.

HSL color Cylindrical-coordinate representation of color #BCB6A0: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB6A0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 160 -
CMYK 0 0.03 0.15 0.26
HSL 47.14º 0.17% 0.68% -
HSV(B) 47.14º 0.15% 0.74% -
XYZ 43.81 46.69 39.96 -
YUV 181.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 188 182 160 0 0.03 0.15 0.26 47.14 0.17 0.68
Hex BC B6 A0 0 3 F 1A 2F 11 44
Octal 274 266 240 0 3 17 32 57 21 104
Binary 10111100 10110110 10100000 0 11 1111 11010 101111 10001 1000100

Color Harmonies of #BCB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A0

Black with #BCB6A0

Text Example


Text Example

White with #BCB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A0; }

 p { color: rgb(188,182,160); }

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

background-color css

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

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

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

border-color css

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

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

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