#BCB062

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

Shades of Gimblet #BCB062

Tints of Gimblet #BCB062

Color information

#BCB062 (or 0xBCB062) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 62. RGB value is (188,176,98). Sum of RGB (Red+Green+Blue) = 188+176+98=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB062 is #434F9D. Grayscale: #ABABAB. Windows color (decimal): -4411294 or 6467772. OLE color: 6467772.

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

Color convert

RGB18817698-
CMYK00.060.480.26
HSL52º40.18%56.08%-
HSV(B)52º47.87%73.73%-
XYZ38.4742.6217.75-
YUV170.786.98140.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=40.69%
G=38.10%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881769800.060.480.265240.1856.08
HexBCB06206301A342838
Octal274260142066032645070
Binary10111100101100001100010011011000011010110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB062; }

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

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

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

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

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

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

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

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