#BCA334

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

Shades of Brass #BCA334

Tints of Brass #BCA334

Color information

#BCA334 (or 0xBCA334) is unknown color: approx Brass. HEX triplet: BC, A3 and 34. RGB value is (188,163,52). Sum of RGB (Red+Green+Blue) = 188+163+52=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA334 is #435CCB. Grayscale: #9E9E9E. Windows color (decimal): -4414668 or 3449788. OLE color: 3449788.

HSL color Cylindrical-coordinate representation of color #BCA334: hue angle of 48.97º degrees, saturation: 0.57, 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 #BCA334 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18816352-
CMYK00.130.720.26
HSL48.97º56.67%47.06%-
HSV(B)48.97º72.34%73.73%-
XYZ34.4637.138.6-
YUV157.8268.28149.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=46.65%
G=40.45%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881635200.130.720.2648.9756.6747.06
HexBCA3340D481A31392f
Octal2742436401511032617157
Binary101111001010001111010001101100100011010110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA334; }

 p { color: rgb(188,163,52); }

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

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

 a { background-color: rgb(188,163,52); }

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

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

 span { border-color: rgb(188,163,52); }

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