#BCB462

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

Shades of Gimblet #BCB462

Tints of Gimblet #BCB462

Color information

#BCB462 (or 0xBCB462) is unknown color: approx Gimblet. HEX triplet: BC, B4 and 62. RGB value is (188,180,98). Sum of RGB (Red+Green+Blue) = 188+180+98=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB462 is #434B9D. Grayscale: #ADADAD. Windows color (decimal): -4410270 or 6468796. OLE color: 6468796.

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

Color convert

RGB18818098-
CMYK00.040.480.26
HSL54.67º40.18%56.08%-
HSV(B)54.67º47.87%73.73%-
XYZ39.2644.2218.02-
YUV173.0485.65138.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=40.34%
G=38.63%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881809800.040.480.2654.6740.1856.08
HexBCB46204301A372838
Octal274264142046032675070
Binary10111100101101001100010010011000011010110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB462; }

 p { color: rgb(188,180,98); }

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

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

 a { background-color: rgb(188,180,98); }

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

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

 span { border-color: rgb(188,180,98); }

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