Html Css Color HEX #BF8015 Dark Goldenrod

📋 copy color: '#BF8015'

red 191 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #BF8015

Tints of Dark Goldenrod #BF8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 56.18%
G = 37.65%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF8015 (or 0xBF8015) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 15. RGB value is (191,128,21). Sum of RGB (Red+Green+Blue) = 191+128+21=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8015 is #407FEA. Grayscale: #878787. Windows color (decimal): -4227051 or 1409215. OLE color: 1409215.

HSL color Cylindrical-coordinate representation of color #BF8015: hue angle of 37.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF8015 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 21 -
CMYK 0 0.33 0.89 0.25
HSL 37.76º 0.8% 0.42% -
HSV(B) 37.76º 0.89% 0.75% -
XYZ 29.34 26.57 4.29 -
YUV 134.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 191 128 21 0 0.33 0.89 0.25 37.76 0.8 0.42
Hex BF 80 15 0 21 59 19 26 50 2A
Octal 277 200 25 0 41 131 31 46 120 52
Binary 10111111 10000000 10101 0 100001 1011001 11001 100110 1010000 101010

Color Harmonies of #BF8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8015

Black with #BF8015

Text Example


Text Example

White with #BF8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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