Html Css Color HEX #BF790F Dark Goldenrod

📋 copy color: '#BF790F'

red 191 ◦ green 121 ◦ blue 15

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

Shades of Dark Goldenrod #BF790F

Tints of Dark Goldenrod #BF790F

RGB

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

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

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

R = 58.41%
G = 37%
B = 4.59%

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

#BF790F (or 0xBF790F) is known color: Dark Goldenrod. HEX triplet: BF, 79 and 0F. RGB value is (191,121,15). Sum of RGB (Red+Green+Blue) = 191+121+15=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF790F is #4086F0. Grayscale: #828282. Windows color (decimal): -4228849 or 1014207. OLE color: 1014207.

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

Color convert

RGB 191 121 15 -
CMYK 0 0.37 0.92 0.25
HSL 36.14º 0.85% 0.4% -
HSV(B) 36.14º 0.92% 0.75% -
XYZ 28.41 24.79 3.74 -
YUV 129.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 191 121 15 0 0.37 0.92 0.25 36.14 0.85 0.4
Hex BF 79 F 0 25 5C 19 24 55 28
Octal 277 171 17 0 45 134 31 44 125 50
Binary 10111111 1111001 1111 0 100101 1011100 11001 100100 1010101 101000

Color Harmonies of #BF790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF790F

Black with #BF790F

Text Example


Text Example

White with #BF790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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