#BCB165

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

Shades of Gimblet #BCB165

Tints of Gimblet #BCB165

Color information

#BCB165 (or 0xBCB165) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 65. RGB value is (188,177,101). Sum of RGB (Red+Green+Blue) = 188+177+101=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB165 is #434E9A. Grayscale: #ABABAB. Windows color (decimal): -4411035 or 6664636. OLE color: 6664636.

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

Color convert

RGB188177101-
CMYK00.060.460.26
HSL52.41º39.37%56.67%-
HSV(B)52.41º46.28%73.73%-
XYZ38.8143.0818.58-
YUV171.6288.14139.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=40.34%
G=37.98%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817710100.060.460.2652.4139.3756.67
HexBCB165062E1A342739
Octal274261145065632644771
Binary10111100101100011100101011010111011010110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB165; }

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

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

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

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

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

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

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

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