#BCB936

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

Shades of Old Gold #BCB936

Tints of Old Gold #BCB936

Color information

#BCB936 (or 0xBCB936) is unknown color: approx Old Gold. HEX triplet: BC, B9 and 36. RGB value is (188,185,54). Sum of RGB (Red+Green+Blue) = 188+185+54=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB936 is #4346C9. Grayscale: #ABABAB. Windows color (decimal): -4409034 or 3586492. OLE color: 3586492.

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

Color convert

RGB18818554-
CMYK00.020.710.26
HSL58.66º55.37%47.45%-
HSV(B)58.66º71.28%73.73%-
XYZ38.7545.6610.26-
YUV170.9661.99140.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 185 (72.66% from 255) = 43.33%
BLUE value IS 54 (21.48% from 255) = 12.65%
R=44.03%
G=43.33%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881855400.020.710.2658.6655.3747.45
HexBCB93602471A3b372f
Octal274271660210732736757
Binary1011110010111001110110010100011111010111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB936; }

 p { color: rgb(188,185,54); }

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

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

 a { background-color: rgb(188,185,54); }

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

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

 span { border-color: rgb(188,185,54); }

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