#BCA95B

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

Shades of Gimblet #BCA95B

Tints of Gimblet #BCA95B

Color information

#BCA95B (or 0xBCA95B) is unknown color: approx Gimblet. HEX triplet: BC, A9 and 5B. RGB value is (188,169,91). Sum of RGB (Red+Green+Blue) = 188+169+91=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA95B is #4356A4. Grayscale: #A6A6A6. Windows color (decimal): -4413093 or 6007228. OLE color: 6007228.

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

Color convert

RGB18816991-
CMYK00.100.520.26
HSL48.25º41.99%54.71%-
HSV(B)48.25º51.6%73.73%-
XYZ36.8239.8215.64-
YUV165.7985.79143.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=41.96%
G=37.72%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881699100.100.520.2648.2541.9954.71
HexBCA95B0A341A302a37
Octal2742511330126432605267
Binary101111001010100110110110101011010011010110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA95B; }

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

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

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

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

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

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

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

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