Html Css Color HEX #BF8011 Dark Goldenrod

📋 copy color: '#BF8011'

red 191 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #BF8011

Tints of Dark Goldenrod #BF8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 56.85%
G = 38.1%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF8011 (or 0xBF8011) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 11. RGB value is (191,128,17). Sum of RGB (Red+Green+Blue) = 191+128+17=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8011 is #407FEE. Grayscale: #868686. Windows color (decimal): -4227055 or 1147071. OLE color: 1147071.

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

Color convert

RGB 191 128 17 -
CMYK 0 0.33 0.91 0.25
HSL 38.28º 0.84% 0.41% -
HSV(B) 38.28º 0.91% 0.75% -
XYZ 29.31 26.56 4.11 -
YUV 134.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 191 128 17 0 0.33 0.91 0.25 38.28 0.84 0.41
Hex BF 80 11 0 21 5B 19 26 54 29
Octal 277 200 21 0 41 133 31 46 124 51
Binary 10111111 10000000 10001 0 100001 1011011 11001 100110 1010100 101001

Color Harmonies of #BF8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8011

Black with #BF8011

Text Example


Text Example

White with #BF8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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