#BCBB9D

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

Shades of Tana #BCBB9D

Tints of Tana #BCBB9D

Color information

#BCBB9D (or 0xBCBB9D) is unknown color: approx Tana. HEX triplet: BC, BB and 9D. RGB value is (188,187,157). Sum of RGB (Red+Green+Blue) = 188+187+157=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9D is #434462. Grayscale: #B8B8B8. Windows color (decimal): -4408419 or 10337212. OLE color: 10337212.

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

Color convert

RGB188187157-
CMYK00.010.160.26
HSL58.06º18.79%67.65%-
HSV(B)58.06º16.49%73.73%-
XYZ44.648.6738.94-
YUV183.88112.83130.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=35.34%
G=35.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818715700.010.160.2658.0618.7967.65
HexBCBB9D01101A3a1344
Octal2742732350120327223104
Binary101111001011101110011101011000011010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB9D; }

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

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

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

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

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

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

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

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