#bcaf68

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

Shades of Gimblet #BCAF68

Tints of Gimblet #BCAF68

Color information

#BCAF68 (or 0xBCAF68) is unknown color: approx Gimblet. HEX triplet: BC, AF and 68. RGB value is (188,175,104). Sum of RGB (Red+Green+Blue) = 188+175+104=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF68 is #435097. Grayscale: #ABABAB. Windows color (decimal): -4411544 or 6860732. OLE color: 6860732.

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

Color convert

RGB188175104-
CMYK00.070.450.26
HSL50.71º38.53%57.25%-
HSV(B)50.71º44.68%73.73%-
XYZ38.5742.3519.24-
YUV170.7990.31140.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=40.26%
G=37.47%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817510400.070.450.2650.7138.5357.25
HexBCAF68072D1A332739
Octal274257150075532634771
Binary10111100101011111101000011110110111010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcaf68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcaf68; }

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

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

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

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

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

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

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

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