Html Css Color HEX #BF8205 Dark Goldenrod

📋 copy color: '#BF8205'

red 191 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #BF8205

Tints of Dark Goldenrod #BF8205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 58.59%
G = 39.88%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF8205 (or 0xBF8205) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 05. RGB value is (191,130,5). Sum of RGB (Red+Green+Blue) = 191+130+5=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8205 is #407DFA. Grayscale: #868686. Windows color (decimal): -4226555 or 361151. OLE color: 361151.

HSL color Cylindrical-coordinate representation of color #BF8205: hue angle of 40.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF8205 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 5 -
CMYK 0 0.32 0.97 0.25
HSL 40.32º 0.95% 0.38% -
HSV(B) 40.32º 0.97% 0.75% -
XYZ 29.5 27.05 3.81 -
YUV 133.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 191 130 5 0 0.32 0.97 0.25 40.32 0.95 0.38
Hex BF 82 5 0 20 61 19 28 5F 26
Octal 277 202 5 0 40 141 31 50 137 46
Binary 10111111 10000010 101 0 100000 1100001 11001 101000 1011111 100110

Color Harmonies of #BF8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8205

Black with #BF8205

Text Example


Text Example

White with #BF8205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8205; }

 p { color: rgb(191,130,5); }

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

background-color css

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

 a { background-color: rgb(191,130,5); }

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

border-color css

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

 span { border-color: rgb(191,130,5); }

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