Html Css Color HEX #BCBA9C Tana

📋 copy color: '#BCBA9C'

red 188 ◦ green 186 ◦ blue 156

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

Shades of Tana #BCBA9C

Tints of Tana #BCBA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

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

R = 35.47%
G = 35.09%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCBA9C (or 0xBCBA9C) is known color: Tana. HEX triplet: BC, BA and 9C. RGB value is (188,186,156). Sum of RGB (Red+Green+Blue) = 188+186+156=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9C is #434563. Grayscale: #B7B7B7. Windows color (decimal): -4408676 or 10271420. OLE color: 10271420.

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

Color convert

RGB 188 186 156 -
CMYK 0 0.01 0.17 0.26
HSL 56.25º 0.19% 0.67% -
HSV(B) 56.25º 0.17% 0.74% -
XYZ 44.3 48.21 38.42 -
YUV 183.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 188 186 156 0 0.01 0.17 0.26 56.25 0.19 0.67
Hex BC BA 9C 0 1 11 1A 38 13 43
Octal 274 272 234 0 1 21 32 70 23 103
Binary 10111100 10111010 10011100 0 1 10001 11010 111000 10011 1000011

Color Harmonies of #BCBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA9C

Black with #BCBA9C

Text Example


Text Example

White with #BCBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA9C; }

 p { color: rgb(188,186,156); }

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

background-color css

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

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

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

border-color css

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

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

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