Html Css Color HEX #BF740E Dark Goldenrod

📋 copy color: '#BF740E'

red 191 ◦ green 116 ◦ blue 14

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

Shades of Dark Goldenrod #BF740E

Tints of Dark Goldenrod #BF740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 59.5%
G = 36.14%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF740E (or 0xBF740E) is known color: Dark Goldenrod. HEX triplet: BF, 74 and 0E. RGB value is (191,116,14). Sum of RGB (Red+Green+Blue) = 191+116+14=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF740E is #408BF1. Grayscale: #7F7F7F. Windows color (decimal): -4230130 or 947391. OLE color: 947391.

HSL color Cylindrical-coordinate representation of color #BF740E: hue angle of 34.58º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF740E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 14 -
CMYK 0 0.39 0.93 0.25
HSL 34.58º 0.86% 0.4% -
HSV(B) 34.58º 0.93% 0.75% -
XYZ 27.81 23.6 3.5 -
YUV 126.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 191 116 14 0 0.39 0.93 0.25 34.58 0.86 0.4
Hex BF 74 E 0 27 5D 19 23 56 28
Octal 277 164 16 0 47 135 31 43 126 50
Binary 10111111 1110100 1110 0 100111 1011101 11001 100011 1010110 101000

Color Harmonies of #BF740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF740E

Black with #BF740E

Text Example


Text Example

White with #BF740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF740E; }

 p { color: rgb(191,116,14); }

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

background-color css

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

 a { background-color: rgb(191,116,14); }

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

border-color css

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

 span { border-color: rgb(191,116,14); }

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