#BCA961

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

Shades of Gimblet #BCA961

Tints of Gimblet #BCA961

Color information

#BCA961 (or 0xBCA961) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 61. RGB value is (188,169,97). Sum of RGB (Red+Green+Blue) = 188+169+97=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA961 is #43569E. Grayscale: #A6A6A6. Windows color (decimal): -4413087 or 6400444. OLE color: 6400444.

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

Color convert

RGB18816997-
CMYK00.100.480.26
HSL47.47º40.44%55.88%-
HSV(B)47.47º48.4%73.73%-
XYZ37.0839.9317.06-
YUV166.4788.79143.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=41.41%
G=37.22%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881699700.100.480.2647.4740.4455.88
HexBCA9610A301A2f2838
Octal2742511410126032575070
Binary101111001010100111000010101011000011010101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA961; }

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

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

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

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

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

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

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

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