#BCB146

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

Shades of Brass #BCB146

Tints of Brass #BCB146

Color information

#BCB146 (or 0xBCB146) is unknown color: approx Brass. HEX triplet: BC, B1 and 46. RGB value is (188,177,70). Sum of RGB (Red+Green+Blue) = 188+177+70=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB146 is #434EB9. Grayscale: #A8A8A8. Windows color (decimal): -4411066 or 4633020. OLE color: 4633020.

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

Color convert

RGB18817770-
CMYK00.060.630.26
HSL54.41º46.83%50.59%-
HSV(B)54.41º62.77%73.73%-
XYZ37.5742.5812.03-
YUV168.0972.64142.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=43.22%
G=40.69%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881777000.060.630.2654.4146.8350.59
HexBCB146063F1A362f33
Octal274261106067732665763
Binary10111100101100011000110011011111111010110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB146; }

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

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

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

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

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

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

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

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