#BCB43E

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

Shades of Brass #BCB43E

Tints of Brass #BCB43E

Color information

#BCB43E (or 0xBCB43E) is unknown color: approx Brass. HEX triplet: BC, B4 and 3E. RGB value is (188,180,62). Sum of RGB (Red+Green+Blue) = 188+180+62=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB43E is #434BC1. Grayscale: #A9A9A9. Windows color (decimal): -4410306 or 4109500. OLE color: 4109500.

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

Color convert

RGB18818062-
CMYK00.040.670.26
HSL56.19º50.4%49.02%-
HSV(B)56.19º67.02%73.73%-
XYZ37.9343.6810.99-
YUV168.9467.65141.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 62 (24.61% from 255) = 14.42%
R=43.72%
G=41.86%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881806200.040.670.2656.1950.449.02
HexBCB43E04431A383231
Octal274264760410332706261
Binary10111100101101001111100100100001111010111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB43E; }

 p { color: rgb(188,180,62); }

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

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

 a { background-color: rgb(188,180,62); }

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

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

 span { border-color: rgb(188,180,62); }

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