Html Css Color HEX #BF7914 Dark Goldenrod

📋 copy color: '#BF7914'

red 191 ◦ green 121 ◦ blue 20

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

Shades of Dark Goldenrod #BF7914

Tints of Dark Goldenrod #BF7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

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

R = 57.53%
G = 36.45%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7914 (or 0xBF7914) is known color: Dark Goldenrod. HEX triplet: BF, 79 and 14. RGB value is (191,121,20). Sum of RGB (Red+Green+Blue) = 191+121+20=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7914 is #4086EB. Grayscale: #828282. Windows color (decimal): -4228844 or 1341887. OLE color: 1341887.

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

Color convert

RGB 191 121 20 -
CMYK 0 0.37 0.90 0.25
HSL 35.44º 0.81% 0.41% -
HSV(B) 35.44º 0.9% 0.75% -
XYZ 28.45 24.8 3.95 -
YUV 130.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 191 121 20 0 0.37 0.90 0.25 35.44 0.81 0.41
Hex BF 79 14 0 25 5A 19 23 51 29
Octal 277 171 24 0 45 132 31 43 121 51
Binary 10111111 1111001 10100 0 100101 1011010 11001 100011 1010001 101001

Color Harmonies of #BF7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7914

Black with #BF7914

Text Example


Text Example

White with #BF7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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