#BCB25C

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

Shades of Gimblet #BCB25C

Tints of Gimblet #BCB25C

Color information

#BCB25C (or 0xBCB25C) is unknown color: approx Gimblet. HEX triplet: BC, B2 and 5C. RGB value is (188,178,92). Sum of RGB (Red+Green+Blue) = 188+178+92=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB25C is #434DA3. Grayscale: #ABABAB. Windows color (decimal): -4410788 or 6075068. OLE color: 6075068.

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

Color convert

RGB18817892-
CMYK00.050.510.26
HSL53.75º41.74%54.9%-
HSV(B)53.75º51.06%73.73%-
XYZ38.5943.316.45-
YUV171.1983.31139.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=41.05%
G=38.86%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881789200.050.510.2653.7541.7454.9
HexBCB25C05331A362a37
Octal274262134056332665267
Binary10111100101100101011100010111001111010110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB25C; }

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

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

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

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

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

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

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

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