#BCB89D

Color #BCB89D Tana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tana #BCB89D

Tints of Tana #BCB89D

Color information

#BCB89D (or 0xBCB89D) is unknown color: approx Tana. HEX triplet: BC, B8 and 9D. RGB value is (188,184,157). Sum of RGB (Red+Green+Blue) = 188+184+157=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89D is #434762. Grayscale: #B6B6B6. Windows color (decimal): -4409187 or 10336444. OLE color: 10336444.

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

Color convert

RGB188184157-
CMYK00.020.160.26
HSL52.26º18.79%67.65%-
HSV(B)52.26º16.49%73.73%-
XYZ43.9747.4138.73-
YUV182.12113.83132.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=35.54%
G=34.78%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818415700.020.160.2652.2618.7967.65
HexBCB89D02101A341344
Octal2742702350220326423104
Binary1011110010111000100111010101000011010110100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB89D; }

 p { color: rgb(188,184,157); }

 H1.HeaderClassName
 {
   color: #BCB89D;
 }
 .AnyTagClassName
 {
   color: #BCB89D;
 }
</style>
background-color css

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

 a { background-color: rgb(188,184,157); }

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

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

 span { border-color: rgb(188,184,157); }

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