#BCA13A

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

Shades of Brass #BCA13A

Tints of Brass #BCA13A

Color information

#BCA13A (or 0xBCA13A) is unknown color: approx Brass. HEX triplet: BC, A1 and 3A. RGB value is (188,161,58). Sum of RGB (Red+Green+Blue) = 188+161+58=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA13A is #435EC5. Grayscale: #9D9D9D. Windows color (decimal): -4415174 or 3842492. OLE color: 3842492.

HSL color Cylindrical-coordinate representation of color #BCA13A: hue angle of 47.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCA13A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18816158-
CMYK00.140.690.26
HSL47.54º52.85%48.24%-
HSV(B)47.54º69.15%73.73%-
XYZ34.2536.499.24-
YUV157.3371.95149.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=46.19%
G=39.56%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881615800.140.690.2647.5452.8548.24
HexBCA13A0E451A303530
Octal2742417201610532606560
Binary101111001010000111101001110100010111010110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA13A; }

 p { color: rgb(188,161,58); }

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

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

 a { background-color: rgb(188,161,58); }

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

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

 span { border-color: rgb(188,161,58); }

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