#BCB43D

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

Shades of Brass #BCB43D

Tints of Brass #BCB43D

Color information

#BCB43D (or 0xBCB43D) is unknown color: approx Brass. HEX triplet: BC, B4 and 3D. RGB value is (188,180,61). Sum of RGB (Red+Green+Blue) = 188+180+61=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB43D is #434BC2. Grayscale: #A9A9A9. Windows color (decimal): -4410307 or 4043964. OLE color: 4043964.

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

Color convert

RGB18818061-
CMYK00.040.680.26
HSL56.22º51%48.82%-
HSV(B)56.22º67.55%73.73%-
XYZ37.943.6710.85-
YUV168.8367.15141.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 61 (24.22% from 255) = 14.22%
R=43.82%
G=41.96%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881806100.040.680.2656.225148.82
HexBCB43D04441A383331
Octal274264750410432706361
Binary10111100101101001111010100100010011010111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB43D; }

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

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

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

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

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

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

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

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