#BCB263

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

Shades of Gimblet #BCB263

Tints of Gimblet #BCB263

Color information

#BCB263 (or 0xBCB263) is unknown color: approx Gimblet. HEX triplet: BC, B2 and 63. RGB value is (188,178,99). Sum of RGB (Red+Green+Blue) = 188+178+99=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB263 is #434D9C. Grayscale: #ACACAC. Windows color (decimal): -4410781 or 6533820. OLE color: 6533820.

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

Color convert

RGB18817899-
CMYK00.050.470.26
HSL53.26º39.91%56.27%-
HSV(B)53.26º47.34%73.73%-
XYZ38.9143.4318.14-
YUV171.9886.81139.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=40.43%
G=38.28%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881789900.050.470.2653.2639.9156.27
HexBCB263052F1A352838
Octal274262143055732655070
Binary10111100101100101100011010110111111010110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB263; }

 p { color: rgb(188,178,99); }

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

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

 a { background-color: rgb(188,178,99); }

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

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

 span { border-color: rgb(188,178,99); }

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