Html Css Color HEX #BF8514 Dark Goldenrod

📋 copy color: '#BF8514'

red 191 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #BF8514

Tints of Dark Goldenrod #BF8514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 55.52%
G = 38.66%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF8514 (or 0xBF8514) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 14. RGB value is (191,133,20). Sum of RGB (Red+Green+Blue) = 191+133+20=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8514 is #407AEB. Grayscale: #898989. Windows color (decimal): -4225772 or 1344959. OLE color: 1344959.

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

Color convert

RGB 191 133 20 -
CMYK 0 0.30 0.90 0.25
HSL 39.65º 0.81% 0.41% -
HSV(B) 39.65º 0.9% 0.75% -
XYZ 30 27.9 4.47 -
YUV 137.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 191 133 20 0 0.30 0.90 0.25 39.65 0.81 0.41
Hex BF 85 14 0 1E 5A 19 28 51 29
Octal 277 205 24 0 36 132 31 50 121 51
Binary 10111111 10000101 10100 0 11110 1011010 11001 101000 1010001 101001

Color Harmonies of #BF8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8514

Black with #BF8514

Text Example


Text Example

White with #BF8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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