Html Css Color HEX #BF780F Dark Goldenrod

📋 copy color: '#BF780F'

red 191 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #BF780F

Tints of Dark Goldenrod #BF780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 58.59%
G = 36.81%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF780F (or 0xBF780F) is known color: Dark Goldenrod. HEX triplet: BF, 78 and 0F. RGB value is (191,120,15). Sum of RGB (Red+Green+Blue) = 191+120+15=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF780F is #4087F0. Grayscale: #818181. Windows color (decimal): -4229105 or 1013951. OLE color: 1013951.

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

Color convert

RGB 191 120 15 -
CMYK 0 0.37 0.92 0.25
HSL 35.8º 0.85% 0.4% -
HSV(B) 35.8º 0.92% 0.75% -
XYZ 28.29 24.54 3.7 -
YUV 129.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 191 120 15 0 0.37 0.92 0.25 35.8 0.85 0.4
Hex BF 78 F 0 25 5C 19 24 55 28
Octal 277 170 17 0 45 134 31 44 125 50
Binary 10111111 1111000 1111 0 100101 1011100 11001 100100 1010101 101000

Color Harmonies of #BF780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF780F

Black with #BF780F

Text Example


Text Example

White with #BF780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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