#BCB933

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

Shades of Old Gold #BCB933

Tints of Old Gold #BCB933

Color information

#BCB933 (or 0xBCB933) is unknown color: approx Old Gold. HEX triplet: BC, B9 and 33. RGB value is (188,185,51). Sum of RGB (Red+Green+Blue) = 188+185+51=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB933 is #4346CC. Grayscale: #ABABAB. Windows color (decimal): -4409037 or 3389884. OLE color: 3389884.

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

Color convert

RGB18818551-
CMYK00.020.730.26
HSL58.69º57.32%46.86%-
HSV(B)58.69º72.87%73.73%-
XYZ38.6945.639.9-
YUV170.6260.49140.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=44.34%
G=43.63%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881855100.020.730.2658.6957.3246.86
HexBCB93302491A3b392f
Octal274271630211132737157
Binary1011110010111001110011010100100111010111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB933; }

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

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

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

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

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

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

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

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