#BCB137

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

Shades of Brass #BCB137

Tints of Brass #BCB137

Color information

#BCB137 (or 0xBCB137) is unknown color: approx Brass. HEX triplet: BC, B1 and 37. RGB value is (188,177,55). Sum of RGB (Red+Green+Blue) = 188+177+55=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB137 is #434EC8. Grayscale: #A6A6A6. Windows color (decimal): -4411081 or 3649980. OLE color: 3649980.

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

Color convert

RGB18817755-
CMYK00.060.710.26
HSL55.04º54.73%47.65%-
HSV(B)55.04º70.74%73.73%-
XYZ37.1542.419.84-
YUV166.3865.14143.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 55 (21.88% from 255) = 13.10%
R=44.76%
G=42.14%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881775500.060.710.2655.0454.7347.65
HexBCB13706471A373730
Octal274261670610732676760
Binary10111100101100011101110110100011111010110111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB137; }

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

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

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

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

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

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

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

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