#BCAA61

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

Shades of Gimblet #BCAA61

Tints of Gimblet #BCAA61

Color information

#BCAA61 (or 0xBCAA61) is unknown color: approx Gimblet. HEX triplet: BC, AA and 61. RGB value is (188,170,97). Sum of RGB (Red+Green+Blue) = 188+170+97=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA61 is #43559E. Grayscale: #A7A7A7. Windows color (decimal): -4412831 or 6400700. OLE color: 6400700.

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

Color convert

RGB18817097-
CMYK00.100.480.26
HSL48.13º40.44%55.88%-
HSV(B)48.13º48.4%73.73%-
XYZ37.2740.317.12-
YUV167.0688.46142.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=41.32%
G=37.36%
B=21.32%

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
Decimal1881709700.100.480.2648.1340.4455.88
HexBCAA610A301A302838
Octal2742521410126032605070
Binary101111001010101011000010101011000011010110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA61; }

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

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

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

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

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

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

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

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