#BCAA69

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

Shades of Gimblet #BCAA69

Tints of Gimblet #BCAA69

Color information

#BCAA69 (or 0xBCAA69) is unknown color: approx Gimblet. HEX triplet: BC, AA and 69. RGB value is (188,170,105). Sum of RGB (Red+Green+Blue) = 188+170+105=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA69 is #435596. Grayscale: #A8A8A8. Windows color (decimal): -4412823 or 6924988. OLE color: 6924988.

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

Color convert

RGB188170105-
CMYK00.100.440.26
HSL46.99º38.25%57.45%-
HSV(B)46.99º44.15%73.73%-
XYZ37.6640.4619.19-
YUV167.9792.46142.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=40.60%
G=36.72%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817010500.100.440.2646.9938.2557.45
HexBCAA690A2C1A2f2639
Octal2742521510125432574671
Binary101111001010101011010010101010110011010101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA69; }

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

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

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

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

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

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

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

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