#bfb747

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

Shades of Sundance #BFB747

Tints of Sundance #BFB747

Color information

#BFB747 (or 0xBFB747) is unknown color: approx Sundance. HEX triplet: BF, B7 and 47. RGB value is (191,183,71). Sum of RGB (Red+Green+Blue) = 191+183+71=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB747 is #4048B8. Grayscale: #ADADAD. Windows color (decimal): -4212921 or 4700095. OLE color: 4700095.

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

Color convert

RGB19118371-
CMYK00.040.630.25
HSL56º48.39%51.37%-
HSV(B)56º62.83%74.9%-
XYZ39.5645.412.64-
YUV172.6270.65141.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 71 (28.12% from 255) = 15.96%
R=42.92%
G=41.12%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911837100.040.630.255648.3951.37
HexBFB747043F19383033
Octal277267107047731706063
Binary10111111101101111000111010011111111001111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb747; }

 p { color: rgb(191,183,71); }

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

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

 a { background-color: rgb(191,183,71); }

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

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

 span { border-color: rgb(191,183,71); }

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