#bcb83c

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

Shades of Brass #BCB83C

Tints of Brass #BCB83C

Color information

#BCB83C (or 0xBCB83C) is unknown color: approx Brass. HEX triplet: BC, B8 and 3C. RGB value is (188,184,60). Sum of RGB (Red+Green+Blue) = 188+184+60=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB83C is #4347C3. Grayscale: #ABABAB. Windows color (decimal): -4409284 or 3979452. OLE color: 3979452.

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

Color convert

RGB18818460-
CMYK00.020.680.26
HSL58.12º51.61%48.63%-
HSV(B)58.12º68.09%73.73%-
XYZ38.745.310.98-
YUV171.0665.33140.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 60 (23.83% from 255) = 13.89%
R=43.52%
G=42.59%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881846000.020.680.2658.1251.6148.63
HexBCB83C02441A3a3431
Octal274270740210432726461
Binary1011110010111000111100010100010011010111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcb83c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcb83c; }

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

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

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

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

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

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

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

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