Html Css Color HEX #BFAF4D Sundance

📋 copy color: '#BFAF4D'

red 191 ◦ green 175 ◦ blue 77

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

Shades of Sundance #BFAF4D

Tints of Sundance #BFAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

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

R = 43.12%
G = 39.5%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFAF4D (or 0xBFAF4D) is known color: Sundance. HEX triplet: BF, AF and 4D. RGB value is (191,175,77). Sum of RGB (Red+Green+Blue) = 191+175+77=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF4D is #4050B2. Grayscale: #A9A9A9. Windows color (decimal): -4214963 or 5091263. OLE color: 5091263.

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

Color convert

RGB 191 175 77 -
CMYK 0 0.08 0.60 0.25
HSL 51.58º 0.47% 0.53% -
HSV(B) 51.58º 0.6% 0.75% -
XYZ 38.16 42.27 13.17 -
YUV 168.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 191 175 77 0 0.08 0.60 0.25 51.58 0.47 0.53
Hex BF AF 4D 0 8 3C 19 34 2F 35
Octal 277 257 115 0 10 74 31 64 57 65
Binary 10111111 10101111 1001101 0 1000 111100 11001 110100 101111 110101

Color Harmonies of #BFAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF4D

Black with #BFAF4D

Text Example


Text Example

White with #BFAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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