#BCB166

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

Shades of Gimblet #BCB166

Tints of Gimblet #BCB166

Color information

#BCB166 (or 0xBCB166) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 66. RGB value is (188,177,102). Sum of RGB (Red+Green+Blue) = 188+177+102=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB166 is #434E99. Grayscale: #ACACAC. Windows color (decimal): -4411034 or 6730172. OLE color: 6730172.

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

Color convert

RGB188177102-
CMYK00.060.460.26
HSL52.33º39.09%56.86%-
HSV(B)52.33º45.74%73.73%-
XYZ38.8643.0918.84-
YUV171.7488.64139.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=40.26%
G=37.90%
B=21.84%

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
Decimal18817710200.060.460.2652.3339.0956.86
HexBCB166062E1A342739
Octal274261146065632644771
Binary10111100101100011100110011010111011010110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB166; }

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

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

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

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

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

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

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

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