#BCB149

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

Shades of Brass #BCB149

Tints of Brass #BCB149

Color information

#BCB149 (or 0xBCB149) is unknown color: approx Brass. HEX triplet: BC, B1 and 49. RGB value is (188,177,73). Sum of RGB (Red+Green+Blue) = 188+177+73=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB149 is #434EB6. Grayscale: #A8A8A8. Windows color (decimal): -4411063 or 4829628. OLE color: 4829628.

HSL color Cylindrical-coordinate representation of color #BCB149: hue angle of 54.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB149 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18817773-
CMYK00.060.610.26
HSL54.26º46.18%51.18%-
HSV(B)54.26º61.17%73.73%-
XYZ37.6642.6212.54-
YUV168.4374.14141.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 73 (28.91% from 255) = 16.67%
R=42.92%
G=40.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881777300.060.610.2654.2646.1851.18
HexBCB149063D1A362e33
Octal274261111067532665663
Binary10111100101100011001001011011110111010110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB149; }

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

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

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

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

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

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

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

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