#BCB13C

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

Shades of Brass #BCB13C

Tints of Brass #BCB13C

Color information

#BCB13C (or 0xBCB13C) is unknown color: approx Brass. HEX triplet: BC, B1 and 3C. RGB value is (188,177,60). Sum of RGB (Red+Green+Blue) = 188+177+60=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB13C is #434EC3. Grayscale: #A7A7A7. Windows color (decimal): -4411076 or 3977660. OLE color: 3977660.

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

Color convert

RGB18817760-
CMYK00.060.680.26
HSL54.84º51.61%48.63%-
HSV(B)54.84º68.09%73.73%-
XYZ37.2842.4610.51-
YUV166.9567.64143.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 60 (23.83% from 255) = 14.12%
R=44.24%
G=41.65%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881776000.060.680.2654.8451.6148.63
HexBCB13C06441A373431
Octal274261740610432676461
Binary10111100101100011111000110100010011010110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB13C; }

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

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

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

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

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

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

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

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