#BCB066

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

Shades of Gimblet #BCB066

Tints of Gimblet #BCB066

Color information

#BCB066 (or 0xBCB066) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 66. RGB value is (188,176,102). Sum of RGB (Red+Green+Blue) = 188+176+102=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB066 is #434F99. Grayscale: #ABABAB. Windows color (decimal): -4411290 or 6729916. OLE color: 6729916.

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

Color convert

RGB188176102-
CMYK00.060.460.26
HSL51.63º39.09%56.86%-
HSV(B)51.63º45.74%73.73%-
XYZ38.6642.718.77-
YUV171.1588.98140.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=40.34%
G=37.77%
B=21.89%

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
Decimal18817610200.060.460.2651.6339.0956.86
HexBCB066062E1A342739
Octal274260146065632644771
Binary10111100101100001100110011010111011010110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB066; }

 p { color: rgb(188,176,102); }

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

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

 a { background-color: rgb(188,176,102); }

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

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

 span { border-color: rgb(188,176,102); }

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