Html Css Color HEX #BF860F Dark Goldenrod

📋 copy color: '#BF860F'

red 191 ◦ green 134 ◦ blue 15

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

Shades of Dark Goldenrod #BF860F

Tints of Dark Goldenrod #BF860F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 56.18%
G = 39.41%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF860F (or 0xBF860F) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 0F. RGB value is (191,134,15). Sum of RGB (Red+Green+Blue) = 191+134+15=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF860F is #4079F0. Grayscale: #8A8A8A. Windows color (decimal): -4225521 or 1017535. OLE color: 1017535.

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

Color convert

RGB 191 134 15 -
CMYK 0 0.30 0.92 0.25
HSL 40.57º 0.85% 0.4% -
HSV(B) 40.57º 0.92% 0.75% -
XYZ 30.1 28.16 4.3 -
YUV 137.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 191 134 15 0 0.30 0.92 0.25 40.57 0.85 0.4
Hex BF 86 F 0 1E 5C 19 29 55 28
Octal 277 206 17 0 36 134 31 51 125 50
Binary 10111111 10000110 1111 0 11110 1011100 11001 101001 1010101 101000

Color Harmonies of #BF860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF860F

Black with #BF860F

Text Example


Text Example

White with #BF860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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