#BFB634

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

Shades of Old Gold #BFB634

Tints of Old Gold #BFB634

Color information

#BFB634 (or 0xBFB634) is unknown color: approx Old Gold. HEX triplet: BF, B6 and 34. RGB value is (191,182,52). Sum of RGB (Red+Green+Blue) = 191+182+52=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB634 is #4049CB. Grayscale: #AAAAAA. Windows color (decimal): -4213196 or 3454655. OLE color: 3454655.

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

Color convert

RGB19118252-
CMYK00.050.730.25
HSL56.12º57.2%47.65%-
HSV(B)56.12º72.77%74.9%-
XYZ38.8344.789.85-
YUV169.8761.48143.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 52 (20.70% from 255) = 12.24%
R=44.94%
G=42.82%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911825200.050.730.2556.1257.247.65
HexBFB634054919383930
Octal277266640511131707160
Binary10111111101101101101000101100100111001111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB634; }

 p { color: rgb(191,182,52); }

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

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

 a { background-color: rgb(191,182,52); }

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

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

 span { border-color: rgb(191,182,52); }

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