#BFB34F

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

Shades of Sundance #BFB34F

Tints of Sundance #BFB34F

Color information

#BFB34F (or 0xBFB34F) is unknown color: approx Sundance. HEX triplet: BF, B3 and 4F. RGB value is (191,179,79). Sum of RGB (Red+Green+Blue) = 191+179+79=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB34F is #404CB0. Grayscale: #ABABAB. Windows color (decimal): -4213937 or 5223359. OLE color: 5223359.

HSL color Cylindrical-coordinate representation of color #BFB34F: hue angle of 53.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFB34F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19117979-
CMYK00.060.590.25
HSL53.57º46.67%52.94%-
HSV(B)53.57º58.64%74.9%-
XYZ39.0243.8813.81-
YUV171.1975.98142.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=42.54%
G=39.87%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911797900.060.590.2553.5746.6752.94
HexBFB34F063B19362f35
Octal277263117067331665765
Binary10111111101100111001111011011101111001110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB34F; }

 p { color: rgb(191,179,79); }

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

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

 a { background-color: rgb(191,179,79); }

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

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

 span { border-color: rgb(191,179,79); }

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