#BCAA62

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

Shades of Gimblet #BCAA62

Tints of Gimblet #BCAA62

Color information

#BCAA62 (or 0xBCAA62) is unknown color: approx Gimblet. HEX triplet: BC, AA and 62. RGB value is (188,170,98). Sum of RGB (Red+Green+Blue) = 188+170+98=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA62 is #43559D. Grayscale: #A7A7A7. Windows color (decimal): -4412830 or 6466236. OLE color: 6466236.

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

Color convert

RGB18817098-
CMYK00.100.480.26
HSL48º40.18%56.08%-
HSV(B)48º47.87%73.73%-
XYZ37.3240.3217.37-
YUV167.1788.96142.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=41.23%
G=37.28%
B=21.49%

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
Decimal1881709800.100.480.264840.1856.08
HexBCAA620A301A302838
Octal2742521420126032605070
Binary101111001010101011000100101011000011010110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA62; }

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

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

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

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

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

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

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

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