#BCAB44

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

Shades of Brass #BCAB44

Tints of Brass #BCAB44

Color information

#BCAB44 (or 0xBCAB44) is unknown color: approx Brass. HEX triplet: BC, AB and 44. RGB value is (188,171,68). Sum of RGB (Red+Green+Blue) = 188+171+68=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB44 is #4354BB. Grayscale: #A4A4A4. Windows color (decimal): -4412604 or 4500412. OLE color: 4500412.

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

Color convert

RGB18817168-
CMYK00.090.640.26
HSL51.5º47.24%50.2%-
HSV(B)51.5º63.83%73.73%-
XYZ36.3540.2311.32-
YUV164.3473.63144.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 68 (26.95% from 255) = 15.93%
R=44.03%
G=40.05%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881716800.090.640.2651.547.2450.2
HexBCAB4409401A342f32
Octal27425310401110032645762
Binary1011110010101011100010001001100000011010110100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB44; }

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

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

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

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

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

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

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

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