#BCAF65

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

Shades of Gimblet #BCAF65

Tints of Gimblet #BCAF65

Color information

#BCAF65 (or 0xBCAF65) is unknown color: approx Gimblet. HEX triplet: BC, AF and 65. RGB value is (188,175,101). Sum of RGB (Red+Green+Blue) = 188+175+101=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF65 is #43509A. Grayscale: #AAAAAA. Windows color (decimal): -4411547 or 6664124. OLE color: 6664124.

HSL color Cylindrical-coordinate representation of color #BCAF65: hue angle of 51.03º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCAF65 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188175101-
CMYK00.070.460.26
HSL51.03º39.37%56.67%-
HSV(B)51.03º46.28%73.73%-
XYZ38.4242.2918.45-
YUV170.4588.81140.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=40.52%
G=37.72%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817510100.070.460.2651.0339.3756.67
HexBCAF65072E1A332739
Octal274257145075632634771
Binary10111100101011111100101011110111011010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF65; }

 p { color: rgb(188,175,101); }

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

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

 a { background-color: rgb(188,175,101); }

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

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

 span { border-color: rgb(188,175,101); }

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