#BCA935

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

Shades of Brass #BCA935

Tints of Brass #BCA935

Color information

#BCA935 (or 0xBCA935) is unknown color: approx Brass. HEX triplet: BC, A9 and 35. RGB value is (188,169,53). Sum of RGB (Red+Green+Blue) = 188+169+53=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA935 is #4356CA. Grayscale: #A1A1A1. Windows color (decimal): -4413131 or 3516860. OLE color: 3516860.

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

Color convert

RGB18816953-
CMYK00.100.720.26
HSL51.56º56.02%47.25%-
HSV(B)51.56º71.81%73.73%-
XYZ35.5739.329.08-
YUV161.4666.79146.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=45.85%
G=41.22%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881695300.100.720.2651.5656.0247.25
HexBCA9350A481A34382f
Octal2742516501211032647057
Binary101111001010100111010101010100100011010110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA935; }

 p { color: rgb(188,169,53); }

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

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

 a { background-color: rgb(188,169,53); }

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

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

 span { border-color: rgb(188,169,53); }

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