#BCB03C

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

Shades of Brass #BCB03C

Tints of Brass #BCB03C

Color information

#BCB03C (or 0xBCB03C) is unknown color: approx Brass. HEX triplet: BC, B0 and 3C. RGB value is (188,176,60). Sum of RGB (Red+Green+Blue) = 188+176+60=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB03C is #434FC3. Grayscale: #A6A6A6. Windows color (decimal): -4411332 or 3977404. OLE color: 3977404.

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

Color convert

RGB18817660-
CMYK00.060.680.26
HSL54.38º51.61%48.63%-
HSV(B)54.38º68.09%73.73%-
XYZ37.0842.0710.44-
YUV166.3667.98143.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 60 (23.83% from 255) = 14.15%
R=44.34%
G=41.51%
B=14.15%

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
Decimal1881766000.060.680.2654.3851.6148.63
HexBCB03C06441A363431
Octal274260740610432666461
Binary10111100101100001111000110100010011010110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB03C; }

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

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

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

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

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

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

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

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