#BCB637

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

Shades of Brass #BCB637

Tints of Brass #BCB637

Color information

#BCB637 (or 0xBCB637) is unknown color: approx Brass. HEX triplet: BC, B6 and 37. RGB value is (188,182,55). Sum of RGB (Red+Green+Blue) = 188+182+55=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB637 is #4349C8. Grayscale: #A9A9A9. Windows color (decimal): -4409801 or 3651260. OLE color: 3651260.

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

Color convert

RGB18818255-
CMYK00.030.710.26
HSL57.29º54.73%47.65%-
HSV(B)57.29º70.74%73.73%-
XYZ38.1644.4210.18-
YUV169.3263.49141.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=44.24%
G=42.82%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881825500.030.710.2657.2954.7347.65
HexBCB63703471A393730
Octal274266670310732716760
Binary1011110010110110110111011100011111010111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB637; }

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

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

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

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

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

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

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

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