#BCB835

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

Shades of Old Gold #BCB835

Tints of Old Gold #BCB835

Color information

#BCB835 (or 0xBCB835) is unknown color: approx Old Gold. HEX triplet: BC, B8 and 35. RGB value is (188,184,53). Sum of RGB (Red+Green+Blue) = 188+184+53=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB835 is #4347CA. Grayscale: #AAAAAA. Windows color (decimal): -4409291 or 3520700. OLE color: 3520700.

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

Color convert

RGB18818453-
CMYK00.020.720.26
HSL58.22º56.02%47.25%-
HSV(B)58.22º71.81%73.73%-
XYZ38.5245.2310.07-
YUV170.2661.83140.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=44.24%
G=43.29%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881845300.020.720.2658.2256.0247.25
HexBCB83502481A3a382f
Octal274270650211032727057
Binary1011110010111000110101010100100011010111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB835; }

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

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

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

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

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

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

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

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