#BFB046

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

Shades of Sundance #BFB046

Tints of Sundance #BFB046

Color information

#BFB046 (or 0xBFB046) is unknown color: approx Sundance. HEX triplet: BF, B0 and 46. RGB value is (191,176,70). Sum of RGB (Red+Green+Blue) = 191+176+70=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB046 is #404FB9. Grayscale: #A8A8A8. Windows color (decimal): -4214714 or 4632767. OLE color: 4632767.

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

Color convert

RGB19117670-
CMYK00.080.630.25
HSL52.56º48.59%51.18%-
HSV(B)52.56º63.35%74.9%-
XYZ38.1242.5712-
YUV168.472.47144.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=43.71%
G=40.27%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911767000.080.630.2552.5648.5951.18
HexBFB046083F19353133
Octal2772601060107731656163
Binary101111111011000010001100100011111111001110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB046; }

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

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

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

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

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

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

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

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