Html Css Color HEX #BFAC4D Sundance

📋 copy color: '#BFAC4D'

red 191 ◦ green 172 ◦ blue 77

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

Shades of Sundance #BFAC4D

Tints of Sundance #BFAC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 43.41%
G = 39.09%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFAC4D (or 0xBFAC4D) is known color: Sundance. HEX triplet: BF, AC and 4D. RGB value is (191,172,77). Sum of RGB (Red+Green+Blue) = 191+172+77=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC4D is #4053B2. Grayscale: #A7A7A7. Windows color (decimal): -4215731 or 5090495. OLE color: 5090495.

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

Color convert

RGB 191 172 77 -
CMYK 0 0.10 0.60 0.25
HSL 50º 0.47% 0.53% -
HSV(B) 50º 0.6% 0.75% -
XYZ 37.58 41.12 12.98 -
YUV 166.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 191 172 77 0 0.10 0.60 0.25 50 0.47 0.53
Hex BF AC 4D 0 A 3C 19 32 2F 35
Octal 277 254 115 0 12 74 31 62 57 65
Binary 10111111 10101100 1001101 0 1010 111100 11001 110010 101111 110101

Color Harmonies of #BFAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC4D

Black with #BFAC4D

Text Example


Text Example

White with #BFAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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