Html Css Color HEX #BF780E Dark Goldenrod

📋 copy color: '#BF780E'

red 191 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #BF780E

Tints of Dark Goldenrod #BF780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

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

R = 58.77%
G = 36.92%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF780E (or 0xBF780E) is known color: Dark Goldenrod. HEX triplet: BF, 78 and 0E. RGB value is (191,120,14). Sum of RGB (Red+Green+Blue) = 191+120+14=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF780E is #4087F1. Grayscale: #818181. Windows color (decimal): -4229106 or 948415. OLE color: 948415.

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

Color convert

RGB 191 120 14 -
CMYK 0 0.37 0.93 0.25
HSL 35.93º 0.86% 0.4% -
HSV(B) 35.93º 0.93% 0.75% -
XYZ 28.28 24.54 3.66 -
YUV 129.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 191 120 14 0 0.37 0.93 0.25 35.93 0.86 0.4
Hex BF 78 E 0 25 5D 19 24 56 28
Octal 277 170 16 0 45 135 31 44 126 50
Binary 10111111 1111000 1110 0 100101 1011101 11001 100100 1010110 101000

Color Harmonies of #BF780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF780E

Black with #BF780E

Text Example


Text Example

White with #BF780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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