Html Css Color HEX #BF8515 Dark Goldenrod

📋 copy color: '#BF8515'

red 191 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #BF8515

Tints of Dark Goldenrod #BF8515

RGB

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

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

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

R = 55.36%
G = 38.55%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF8515 (or 0xBF8515) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 15. RGB value is (191,133,21). Sum of RGB (Red+Green+Blue) = 191+133+21=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8515 is #407AEA. Grayscale: #8A8A8A. Windows color (decimal): -4225771 or 1410495. OLE color: 1410495.

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

Color convert

RGB 191 133 21 -
CMYK 0 0.30 0.89 0.25
HSL 39.53º 0.8% 0.42% -
HSV(B) 39.53º 0.89% 0.75% -
XYZ 30.01 27.91 4.51 -
YUV 137.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 191 133 21 0 0.30 0.89 0.25 39.53 0.8 0.42
Hex BF 85 15 0 1E 59 19 28 50 2A
Octal 277 205 25 0 36 131 31 50 120 52
Binary 10111111 10000101 10101 0 11110 1011001 11001 101000 1010000 101010

Color Harmonies of #BF8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8515

Black with #BF8515

Text Example


Text Example

White with #BF8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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