#bca33f

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

Shades of Brass #BCA33F

Tints of Brass #BCA33F

Color information

#BCA33F (or 0xBCA33F) is unknown color: approx Brass. HEX triplet: BC, A3 and 3F. RGB value is (188,163,63). Sum of RGB (Red+Green+Blue) = 188+163+63=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA33F is #435CC0. Grayscale: #9F9F9F. Windows color (decimal): -4414657 or 4170684. OLE color: 4170684.

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

Color convert

RGB18816363-
CMYK00.130.660.26
HSL48º49.8%49.22%-
HSV(B)48º66.49%73.73%-
XYZ34.7337.2410.06-
YUV159.0773.78148.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 63 (25% from 255) = 15.22%
R=45.41%
G=39.37%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881636300.130.660.264849.849.22
HexBCA33F0D421A303231
Octal2742437701510232606261
Binary101111001010001111111101101100001011010110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca33f; }

 p { color: rgb(188,163,63); }

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

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

 a { background-color: rgb(188,163,63); }

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

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

 span { border-color: rgb(188,163,63); }

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