#BFB135

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

Shades of Old Gold #BFB135

Tints of Old Gold #BFB135

Color information

#BFB135 (or 0xBFB135) is unknown color: approx Old Gold. HEX triplet: BF, B1 and 35. RGB value is (191,177,53). Sum of RGB (Red+Green+Blue) = 191+177+53=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB135 is #404ECA. Grayscale: #A7A7A7. Windows color (decimal): -4214475 or 3518911. OLE color: 3518911.

HSL color Cylindrical-coordinate representation of color #BFB135: hue angle of 53.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFB135 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19117753-
CMYK00.070.720.25
HSL53.91º56.56%47.84%-
HSV(B)53.91º72.25%74.9%-
XYZ37.8542.789.63-
YUV167.0563.64145.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=45.37%
G=42.04%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911775300.070.720.2553.9156.5647.84
HexBFB135074819363930
Octal277261650711031667160
Binary10111111101100011101010111100100011001110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB135; }

 p { color: rgb(191,177,53); }

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

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

 a { background-color: rgb(191,177,53); }

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

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

 span { border-color: rgb(191,177,53); }

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