Html Css Color HEX #BCB99C Tana

📋 copy color: '#BCB99C'

red 188 ◦ green 185 ◦ blue 156

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

Shades of Tana #BCB99C

Tints of Tana #BCB99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.97%

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

R = 35.54%
G = 34.97%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCB99C (or 0xBCB99C) is known color: Tana. HEX triplet: BC, B9 and 9C. RGB value is (188,185,156). Sum of RGB (Red+Green+Blue) = 188+185+156=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99C is #434663. Grayscale: #B6B6B6. Windows color (decimal): -4408932 or 10271164. OLE color: 10271164.

HSL color Cylindrical-coordinate representation of color #BCB99C: hue angle of 54.38º 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 #BCB99C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 156 -
CMYK 0 0.02 0.17 0.26
HSL 54.38º 0.19% 0.67% -
HSV(B) 54.38º 0.17% 0.74% -
XYZ 44.09 47.79 38.35 -
YUV 182.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 188 185 156 0 0.02 0.17 0.26 54.38 0.19 0.67
Hex BC B9 9C 0 2 11 1A 36 13 43
Octal 274 271 234 0 2 21 32 66 23 103
Binary 10111100 10111001 10011100 0 10 10001 11010 110110 10011 1000011

Color Harmonies of #BCB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB99C

Black with #BCB99C

Text Example


Text Example

White with #BCB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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