#BCA96E

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

Shades of Gimblet #BCA96E

Tints of Gimblet #BCA96E

Color information

#BCA96E (or 0xBCA96E) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 6E. RGB value is (188,169,110). Sum of RGB (Red+Green+Blue) = 188+169+110=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96E is #435691. Grayscale: #A8A8A8. Windows color (decimal): -4413074 or 7252412. OLE color: 7252412.

HSL color Cylindrical-coordinate representation of color #BCA96E: hue angle of 45.38º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCA96E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB188169110-
CMYK00.100.410.26
HSL45.38º36.79%58.43%-
HSV(B)45.38º41.49%73.73%-
XYZ37.7440.1920.52-
YUV167.9695.29142.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=40.26%
G=36.19%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816911000.100.410.2645.3836.7958.43
HexBCA96E0A291A2d253a
Octal2742511560125132554572
Binary101111001010100111011100101010100111010101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA96E; }

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

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

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

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

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

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

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

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