#BFAD4D

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

Shades of Sundance #BFAD4D

Tints of Sundance #BFAD4D

Color information

#BFAD4D (or 0xBFAD4D) is unknown color: approx Sundance. HEX triplet: BF, AD and 4D. RGB value is (191,173,77). Sum of RGB (Red+Green+Blue) = 191+173+77=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD4D is #4052B2. Grayscale: #A7A7A7. Windows color (decimal): -4215475 or 5090751. OLE color: 5090751.

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

Color convert

RGB19117377-
CMYK00.090.600.25
HSL50.53º47.11%52.55%-
HSV(B)50.53º59.69%74.9%-
XYZ37.7741.513.04-
YUV167.4476.96144.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=43.31%
G=39.23%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911737700.090.600.2550.5347.1152.55
HexBFAD4D093C19332f35
Octal2772551150117431635765
Binary101111111010110110011010100111110011001110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD4D; }

 p { color: rgb(191,173,77); }

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

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

 a { background-color: rgb(191,173,77); }

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

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

 span { border-color: rgb(191,173,77); }

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