#BCA861

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

Shades of Gimblet #BCA861

Tints of Gimblet #BCA861

Color information

#BCA861 (or 0xBCA861) is unknown color: approx Gimblet. HEX triplet: BC, A8 and 61. RGB value is (188,168,97). Sum of RGB (Red+Green+Blue) = 188+168+97=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA861 is #43579E. Grayscale: #A6A6A6. Windows color (decimal): -4413343 or 6400188. OLE color: 6400188.

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

Color convert

RGB18816897-
CMYK00.110.480.26
HSL46.81º40.44%55.88%-
HSV(B)46.81º48.4%73.73%-
XYZ36.939.5617-
YUV165.8989.13143.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=41.50%
G=37.09%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881689700.110.480.2646.8140.4455.88
HexBCA8610B301A2f2838
Octal2742501410136032575070
Binary101111001010100011000010101111000011010101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA861; }

 p { color: rgb(188,168,97); }

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

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

 a { background-color: rgb(188,168,97); }

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

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

 span { border-color: rgb(188,168,97); }

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