#BFB746

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

Shades of Sundance #BFB746

Tints of Sundance #BFB746

Color information

#BFB746 (or 0xBFB746) is unknown color: approx Sundance. HEX triplet: BF, B7 and 46. RGB value is (191,183,70). Sum of RGB (Red+Green+Blue) = 191+183+70=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB746 is #4048B9. Grayscale: #ACACAC. Windows color (decimal): -4212922 or 4634559. OLE color: 4634559.

HSL color Cylindrical-coordinate representation of color #BFB746: hue angle of 56.03º degrees, saturation: 0.49, 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 #BFB746 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19118370-
CMYK00.040.630.25
HSL56.03º48.59%51.18%-
HSV(B)56.03º63.35%74.9%-
XYZ39.5245.3912.47-
YUV172.5170.15141.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=43.02%
G=41.22%
B=15.77%

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
Decimal1911837000.040.630.2556.0348.5951.18
HexBFB746043F19383133
Octal277267106047731706163
Binary10111111101101111000110010011111111001111000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB746; }

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

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

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

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

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

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

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

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