#BFB34E

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

Shades of Sundance #BFB34E

Tints of Sundance #BFB34E

Color information

#BFB34E (or 0xBFB34E) is unknown color: approx Sundance. HEX triplet: BF, B3 and 4E. RGB value is (191,179,78). Sum of RGB (Red+Green+Blue) = 191+179+78=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB34E is #404CB1. Grayscale: #ABABAB. Windows color (decimal): -4213938 or 5157823. OLE color: 5157823.

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

Color convert

RGB19117978-
CMYK00.060.590.25
HSL53.63º46.89%52.75%-
HSV(B)53.63º59.16%74.9%-
XYZ38.9843.8713.62-
YUV171.0775.48142.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=42.63%
G=39.96%
B=17.41%

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
Decimal1911797800.060.590.2553.6346.8952.75
HexBFB34E063B19362f35
Octal277263116067331665765
Binary10111111101100111001110011011101111001110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB34E; }

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

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

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

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

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

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

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

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