#BCB639

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

Shades of Brass #BCB639

Tints of Brass #BCB639

Color information

#BCB639 (or 0xBCB639) is unknown color: approx Brass. HEX triplet: BC, B6 and 39. RGB value is (188,182,57). Sum of RGB (Red+Green+Blue) = 188+182+57=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB639 is #4349C6. Grayscale: #AAAAAA. Windows color (decimal): -4409799 or 3782332. OLE color: 3782332.

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

Color convert

RGB18818257-
CMYK00.030.700.26
HSL57.25º53.47%48.04%-
HSV(B)57.25º69.68%73.73%-
XYZ38.2144.4410.44-
YUV169.5464.49141.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 57 (22.66% from 255) = 13.35%
R=44.03%
G=42.62%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881825700.030.700.2657.2553.4748.04
HexBCB63903461A393530
Octal274266710310632716560
Binary1011110010110110111001011100011011010111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB639; }

 p { color: rgb(188,182,57); }

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

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

 a { background-color: rgb(188,182,57); }

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

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

 span { border-color: rgb(188,182,57); }

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