#BCB160

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

Shades of Gimblet #BCB160

Tints of Gimblet #BCB160

Color information

#BCB160 (or 0xBCB160) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 60. RGB value is (188,177,96). Sum of RGB (Red+Green+Blue) = 188+177+96=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB160 is #434E9F. Grayscale: #ABABAB. Windows color (decimal): -4411040 or 6336956. OLE color: 6336956.

HSL color Cylindrical-coordinate representation of color #BCB160: hue angle of 52.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB160 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18817796-
CMYK00.060.490.26
HSL52.83º40.71%55.69%-
HSV(B)52.83º48.94%73.73%-
XYZ38.5742.9817.33-
YUV171.0585.64140.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=40.78%
G=38.39%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881779600.060.490.2652.8340.7155.69
HexBCB16006311A352938
Octal274261140066132655170
Binary10111100101100011100000011011000111010110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB160; }

 p { color: rgb(188,177,96); }

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

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

 a { background-color: rgb(188,177,96); }

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

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

 span { border-color: rgb(188,177,96); }

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