#BCAB36

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

Shades of Brass #BCAB36

Tints of Brass #BCAB36

Color information

#BCAB36 (or 0xBCAB36) is unknown color: approx Brass. HEX triplet: BC, AB and 36. RGB value is (188,171,54). Sum of RGB (Red+Green+Blue) = 188+171+54=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB36 is #4354C9. Grayscale: #A3A3A3. Windows color (decimal): -4412618 or 3582908. OLE color: 3582908.

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

Color convert

RGB18817154-
CMYK00.090.710.26
HSL52.39º55.37%47.45%-
HSV(B)52.39º71.28%73.73%-
XYZ35.9740.089.33-
YUV162.7466.63146.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=45.52%
G=41.40%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881715400.090.710.2652.3955.3747.45
HexBCAB3609471A34372f
Octal2742536601110732646757
Binary101111001010101111011001001100011111010110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB36; }

 p { color: rgb(188,171,54); }

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

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

 a { background-color: rgb(188,171,54); }

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

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

 span { border-color: rgb(188,171,54); }

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