#BCB159

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

Shades of Gimblet #BCB159

Tints of Gimblet #BCB159

Color information

#BCB159 (or 0xBCB159) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 59. RGB value is (188,177,89). Sum of RGB (Red+Green+Blue) = 188+177+89=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB159 is #434EA6. Grayscale: #AAAAAA. Windows color (decimal): -4411047 or 5878204. OLE color: 5878204.

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

Color convert

RGB18817789-
CMYK00.060.530.26
HSL53.33º42.49%54.31%-
HSV(B)53.33º52.66%73.73%-
XYZ38.2642.8615.71-
YUV170.2682.14140.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 89 (35.16% from 255) = 19.60%
R=41.41%
G=38.99%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881778900.060.530.2653.3342.4954.31
HexBCB15906351A352a36
Octal274261131066532655266
Binary10111100101100011011001011011010111010110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB159; }

 p { color: rgb(188,177,89); }

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

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

 a { background-color: rgb(188,177,89); }

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

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

 span { border-color: rgb(188,177,89); }

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