Html Css Color HEX #BFA347 Sundance

📋 copy color: '#BFA347'

red 191 ◦ green 163 ◦ blue 71

#BFA347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BFA347

Tints of Sundance #BFA347

RGB

 RED value IS 191 (75% from 255) = 44.94%

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 71 (28.13% from 255) = 16.71%

R = 44.94%
G = 38.35%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFA347 (or 0xBFA347) is known color: Sundance. HEX triplet: BF, A3 and 47. RGB value is (191,163,71). Sum of RGB (Red+Green+Blue) = 191+163+71=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA347 is #405CB8. Grayscale: #A1A1A1. Windows color (decimal): -4218041 or 4694975. OLE color: 4694975.

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

Color convert

RGB 191 163 71 -
CMYK 0 0.15 0.63 0.25
HSL 46º 0.48% 0.51% -
HSV(B) 46º 0.63% 0.75% -
XYZ 35.72 37.73 11.36 -
YUV 160.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 191 163 71 0 0.15 0.63 0.25 46 0.48 0.51
Hex BF A3 47 0 F 3F 19 2E 30 33
Octal 277 243 107 0 17 77 31 56 60 63
Binary 10111111 10100011 1000111 0 1111 111111 11001 101110 110000 110011

Color Harmonies of #BFA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA347

Black with #BFA347

Text Example


Text Example

White with #BFA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA347; }

 p { color: rgb(191,163,71); }

 H1.HeaderClassName
 {
   color: #BFA347;
 }
 .AnyTagClassName
 {
   color: #BFA347;
 }
</style>

background-color css

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

 a { background-color: rgb(191,163,71); }

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

border-color css

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

 span { border-color: rgb(191,163,71); }

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