#BCB99B

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

Shades of Tana #BCB99B

Tints of Tana #BCB99B

Color information

#BCB99B (or 0xBCB99B) is unknown color: approx Tana. HEX triplet: BC, B9 and 9B. RGB value is (188,185,155). Sum of RGB (Red+Green+Blue) = 188+185+155=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99B is #434664. Grayscale: #B6B6B6. Windows color (decimal): -4408933 or 10205628. OLE color: 10205628.

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

Color convert

RGB188185155-
CMYK00.020.180.26
HSL54.55º19.76%67.25%-
HSV(B)54.55º17.55%73.73%-
XYZ4447.7637.91-
YUV182.48112.49131.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=35.61%
G=35.04%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818515500.020.180.2654.5519.7667.25
HexBCB99B02121A371443
Octal2742712330222326724103
Binary1011110010111001100110110101001011010110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB99B; }

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

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

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

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

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

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

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

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