#BCB057

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

Shades of Gimblet #BCB057

Tints of Gimblet #BCB057

Color information

#BCB057 (or 0xBCB057) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 57. RGB value is (188,176,87). Sum of RGB (Red+Green+Blue) = 188+176+87=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB057 is #434FA8. Grayscale: #A9A9A9. Windows color (decimal): -4411305 or 5746876. OLE color: 5746876.

HSL color Cylindrical-coordinate representation of color #BCB057: hue angle of 52.87º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCB057 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18817687-
CMYK00.060.540.26
HSL52.87º42.98%53.92%-
HSV(B)52.87º53.72%73.73%-
XYZ37.9842.4315.2-
YUV169.4481.48141.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=41.69%
G=39.02%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881768700.060.540.2652.8742.9853.92
HexBCB05706361A352b36
Octal274260127066632655366
Binary10111100101100001010111011011011011010110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB057; }

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

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

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

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

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

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

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

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