#BCA544

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

Shades of Brass #BCA544

Tints of Brass #BCA544

Color information

#BCA544 (or 0xBCA544) is unknown color: approx Brass. HEX triplet: BC, A5 and 44. RGB value is (188,165,68). Sum of RGB (Red+Green+Blue) = 188+165+68=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA544 is #435ABB. Grayscale: #A1A1A1. Windows color (decimal): -4414140 or 4498876. OLE color: 4498876.

HSL color Cylindrical-coordinate representation of color #BCA544: hue angle of 48.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 #BCA544 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18816568-
CMYK00.120.640.26
HSL48.5º47.24%50.2%-
HSV(B)48.5º63.83%73.73%-
XYZ35.2438.0210.95-
YUV160.8275.62147.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=44.66%
G=39.19%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881656800.120.640.2648.547.2450.2
HexBCA5440C401A302f32
Octal27424510401410032605762
Binary1011110010100101100010001100100000011010110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA544; }

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

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

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

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

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

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

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

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