#BCB43A

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

Shades of Brass #BCB43A

Tints of Brass #BCB43A

Color information

#BCB43A (or 0xBCB43A) is unknown color: approx Brass. HEX triplet: BC, B4 and 3A. RGB value is (188,180,58). Sum of RGB (Red+Green+Blue) = 188+180+58=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB43A is #434BC5. Grayscale: #A8A8A8. Windows color (decimal): -4410310 or 3847356. OLE color: 3847356.

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

Color convert

RGB18818058-
CMYK00.040.690.26
HSL56.31º52.85%48.24%-
HSV(B)56.31º69.15%73.73%-
XYZ37.8243.6410.43-
YUV168.4865.65141.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=44.13%
G=42.25%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881805800.040.690.2656.3152.8548.24
HexBCB43A04451A383530
Octal274264720410532706560
Binary10111100101101001110100100100010111010111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB43A; }

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

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

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

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

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

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

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

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