#BCB836

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

Shades of Old Gold #BCB836

Tints of Old Gold #BCB836

Color information

#BCB836 (or 0xBCB836) is unknown color: approx Old Gold. HEX triplet: BC, B8 and 36. RGB value is (188,184,54). Sum of RGB (Red+Green+Blue) = 188+184+54=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB836 is #4347C9. Grayscale: #AAAAAA. Windows color (decimal): -4409290 or 3586236. OLE color: 3586236.

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

Color convert

RGB18818454-
CMYK00.020.710.26
HSL58.21º55.37%47.45%-
HSV(B)58.21º71.28%73.73%-
XYZ38.5545.2410.19-
YUV170.3862.33140.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 184 (72.27% from 255) = 43.19%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=44.13%
G=43.19%
B=12.68%

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
Decimal1881845400.020.710.2658.2155.3747.45
HexBCB83602471A3a372f
Octal274270660210732726757
Binary1011110010111000110110010100011111010111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB836; }

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

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

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

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

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

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

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

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