Html Css Color HEX #BCB59C Tana

📋 copy color: '#BCB59C'

red 188 ◦ green 181 ◦ blue 156

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

Shades of Tana #BCB59C

Tints of Tana #BCB59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.48%

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

R = 35.81%
G = 34.48%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCB59C (or 0xBCB59C) is known color: Tana. HEX triplet: BC, B5 and 9C. RGB value is (188,181,156). Sum of RGB (Red+Green+Blue) = 188+181+156=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59C is #434A63. Grayscale: #B4B4B4. Windows color (decimal): -4409956 or 10270140. OLE color: 10270140.

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

Color convert

RGB 188 181 156 -
CMYK 0 0.04 0.17 0.26
HSL 46.88º 0.19% 0.67% -
HSV(B) 46.88º 0.17% 0.74% -
XYZ 43.26 46.14 38.08 -
YUV 180.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 188 181 156 0 0.04 0.17 0.26 46.88 0.19 0.67
Hex BC B5 9C 0 4 11 1A 2F 13 43
Octal 274 265 234 0 4 21 32 57 23 103
Binary 10111100 10110101 10011100 0 100 10001 11010 101111 10011 1000011

Color Harmonies of #BCB59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB59C

Black with #BCB59C

Text Example


Text Example

White with #BCB59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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