#BCA838

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

Shades of Brass #BCA838

Tints of Brass #BCA838

Color information

#BCA838 (or 0xBCA838) is unknown color: approx Brass. HEX triplet: BC, A8 and 38. RGB value is (188,168,56). Sum of RGB (Red+Green+Blue) = 188+168+56=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA838 is #4357C7. Grayscale: #A1A1A1. Windows color (decimal): -4413384 or 3713212. OLE color: 3713212.

HSL color Cylindrical-coordinate representation of color #BCA838: hue angle of 50.91º 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 #BCA838 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18816856-
CMYK00.110.700.26
HSL50.91º54.1%47.84%-
HSV(B)50.91º70.21%73.73%-
XYZ35.4638.989.4-
YUV161.2168.63147.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 168 (66.02% from 255) = 40.78%
BLUE value IS 56 (22.27% from 255) = 13.59%
R=45.63%
G=40.78%
B=13.59%

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
Decimal1881685600.110.700.2650.9154.147.84
HexBCA8380B461A333630
Octal2742507001310632636660
Binary101111001010100011100001011100011011010110011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA838; }

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

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

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

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

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

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

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

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