Html Css Color HEX #BF7E10 Dark Goldenrod

📋 copy color: '#BF7E10'

red 191 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #BF7E10

Tints of Dark Goldenrod #BF7E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 57.36%
G = 37.84%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF7E10 (or 0xBF7E10) is known color: Dark Goldenrod. HEX triplet: BF, 7E and 10. RGB value is (191,126,16). Sum of RGB (Red+Green+Blue) = 191+126+16=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7E10 is #4081EF. Grayscale: #858585. Windows color (decimal): -4227568 or 1081023. OLE color: 1081023.

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

Color convert

RGB 191 126 16 -
CMYK 0 0.34 0.92 0.25
HSL 37.71º 0.85% 0.41% -
HSV(B) 37.71º 0.92% 0.75% -
XYZ 29.04 26.04 3.98 -
YUV 132.9 62.03 169.44 -
System Red Green Blue C M Y K H S L
Decimal 191 126 16 0 0.34 0.92 0.25 37.71 0.85 0.41
Hex BF 7E 10 0 22 5C 19 26 55 29
Octal 277 176 20 0 42 134 31 46 125 51
Binary 10111111 1111110 10000 0 100010 1011100 11001 100110 1010101 101001

Color Harmonies of #BF7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E10

Black with #BF7E10

Text Example


Text Example

White with #BF7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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