Html Css Color HEX #BF7E17 Dark Goldenrod

📋 copy color: '#BF7E17'

red 191 ◦ green 126 ◦ blue 23

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

Shades of Dark Goldenrod #BF7E17

Tints of Dark Goldenrod #BF7E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 56.18%
G = 37.06%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF7E17 (or 0xBF7E17) is known color: Dark Goldenrod. HEX triplet: BF, 7E and 17. RGB value is (191,126,23). Sum of RGB (Red+Green+Blue) = 191+126+23=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7E17 is #4081E8. Grayscale: #868686. Windows color (decimal): -4227561 or 1539775. OLE color: 1539775.

HSL color Cylindrical-coordinate representation of color #BF7E17: hue angle of 36.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF7E17 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 126 23 -
CMYK 0 0.34 0.88 0.25
HSL 36.79º 0.79% 0.42% -
HSV(B) 36.79º 0.88% 0.75% -
XYZ 29.1 26.06 4.31 -
YUV 133.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 191 126 23 0 0.34 0.88 0.25 36.79 0.79 0.42
Hex BF 7E 17 0 22 58 19 25 4F 2A
Octal 277 176 27 0 42 130 31 45 117 52
Binary 10111111 1111110 10111 0 100010 1011000 11001 100101 1001111 101010

Color Harmonies of #BF7E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E17

Black with #BF7E17

Text Example


Text Example

White with #BF7E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E17; }

 p { color: rgb(191,126,23); }

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

background-color css

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

 a { background-color: rgb(191,126,23); }

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

border-color css

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

 span { border-color: rgb(191,126,23); }

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