Html Css Color HEX #BF8511 Dark Goldenrod

📋 copy color: '#BF8511'

red 191 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #BF8511

Tints of Dark Goldenrod #BF8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 56.01%
G = 39%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF8511 (or 0xBF8511) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 11. RGB value is (191,133,17). Sum of RGB (Red+Green+Blue) = 191+133+17=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8511 is #407AEE. Grayscale: #898989. Windows color (decimal): -4225775 or 1148351. OLE color: 1148351.

HSL color Cylindrical-coordinate representation of color #BF8511: hue angle of 40º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF8511 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 17 -
CMYK 0 0.30 0.91 0.25
HSL 40º 0.84% 0.41% -
HSV(B) 40º 0.91% 0.75% -
XYZ 29.97 27.89 4.33 -
YUV 137.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 191 133 17 0 0.30 0.91 0.25 40 0.84 0.41
Hex BF 85 11 0 1E 5B 19 28 54 29
Octal 277 205 21 0 36 133 31 50 124 51
Binary 10111111 10000101 10001 0 11110 1011011 11001 101000 1010100 101001

Color Harmonies of #BF8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8511

Black with #BF8511

Text Example


Text Example

White with #BF8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8511; }

 p { color: rgb(191,133,17); }

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

background-color css

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

 a { background-color: rgb(191,133,17); }

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

border-color css

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

 span { border-color: rgb(191,133,17); }

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