#BCA645

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

Shades of Brass #BCA645

Tints of Brass #BCA645

Color information

#BCA645 (or 0xBCA645) is unknown color: approx Brass. HEX triplet: BC, A6 and 45. RGB value is (188,166,69). Sum of RGB (Red+Green+Blue) = 188+166+69=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA645 is #4359BA. Grayscale: #A1A1A1. Windows color (decimal): -4413883 or 4564668. OLE color: 4564668.

HSL color Cylindrical-coordinate representation of color #BCA645: hue angle of 48.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA645 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18816669-
CMYK00.120.630.26
HSL48.91º47.04%50.39%-
HSV(B)48.91º63.3%73.73%-
XYZ35.4538.3911.17-
YUV161.5275.79146.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=44.44%
G=39.24%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881666900.120.630.2648.9147.0450.39
HexBCA6450C3F1A312f32
Octal2742461050147732615762
Binary101111001010011010001010110011111111010110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA645; }

 p { color: rgb(188,166,69); }

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

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

 a { background-color: rgb(188,166,69); }

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

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

 span { border-color: rgb(188,166,69); }

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