#BCA243

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

Shades of Brass #BCA243

Tints of Brass #BCA243

Color information

#BCA243 (or 0xBCA243) is unknown color: approx Brass. HEX triplet: BC, A2 and 43. RGB value is (188,162,67). Sum of RGB (Red+Green+Blue) = 188+162+67=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA243 is #435DBC. Grayscale: #9F9F9F. Windows color (decimal): -4414909 or 4432572. OLE color: 4432572.

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

Color convert

RGB18816267-
CMYK00.140.640.26
HSL47.11º47.45%50%-
HSV(B)47.11º64.36%73.73%-
XYZ34.6736.9410.61-
YUV158.9476.11148.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=45.08%
G=38.85%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881626700.140.640.2647.1147.4550
HexBCA2430E401A2f2f32
Octal27424210301610032575762
Binary1011110010100010100001101110100000011010101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA243; }

 p { color: rgb(188,162,67); }

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

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

 a { background-color: rgb(188,162,67); }

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

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

 span { border-color: rgb(188,162,67); }

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