#BCA738

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

Shades of Brass #BCA738

Tints of Brass #BCA738

Color information

#BCA738 (or 0xBCA738) is unknown color: approx Brass. HEX triplet: BC, A7 and 38. RGB value is (188,167,56). Sum of RGB (Red+Green+Blue) = 188+167+56=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA738 is #4358C7. Grayscale: #A1A1A1. Windows color (decimal): -4413640 or 3712956. OLE color: 3712956.

HSL color Cylindrical-coordinate representation of color #BCA738: hue angle of 50.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCA738 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18816756-
CMYK00.110.700.26
HSL50.45º54.1%47.84%-
HSV(B)50.45º70.21%73.73%-
XYZ35.2738.619.34-
YUV160.6268.96147.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=45.74%
G=40.63%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881675600.110.700.2650.4554.147.84
HexBCA7380B461A323630
Octal2742477001310632626660
Binary101111001010011111100001011100011011010110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA738; }

 p { color: rgb(188,167,56); }

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

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

 a { background-color: rgb(188,167,56); }

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

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

 span { border-color: rgb(188,167,56); }

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