#BCB33E

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

Shades of Brass #BCB33E

Tints of Brass #BCB33E

Color information

#BCB33E (or 0xBCB33E) is unknown color: approx Brass. HEX triplet: BC, B3 and 3E. RGB value is (188,179,62). Sum of RGB (Red+Green+Blue) = 188+179+62=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33E is #434CC1. Grayscale: #A8A8A8. Windows color (decimal): -4410562 or 4109244. OLE color: 4109244.

HSL color Cylindrical-coordinate representation of color #BCB33E: hue angle of 55.71º 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 #BCB33E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18817962-
CMYK00.050.670.26
HSL55.71º50.4%49.02%-
HSV(B)55.71º67.02%73.73%-
XYZ37.7343.2810.92-
YUV168.3567.98142.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=43.82%
G=41.72%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881796200.050.670.2655.7150.449.02
HexBCB33E05431A383231
Octal274263760510332706261
Binary10111100101100111111100101100001111010111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB33E; }

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

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

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

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

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

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

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

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