Html Css Color HEX #BF7F19 Dark Goldenrod

📋 copy color: '#BF7F19'

red 191 ◦ green 127 ◦ blue 25

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

Shades of Dark Goldenrod #BF7F19

Tints of Dark Goldenrod #BF7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 55.69%
G = 37.03%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7F19 (or 0xBF7F19) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 19. RGB value is (191,127,25). Sum of RGB (Red+Green+Blue) = 191+127+25=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F19 is #4080E6. Grayscale: #868686. Windows color (decimal): -4227303 or 1671103. OLE color: 1671103.

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

Color convert

RGB 191 127 25 -
CMYK 0 0.34 0.87 0.25
HSL 36.87º 0.77% 0.42% -
HSV(B) 36.87º 0.87% 0.75% -
XYZ 29.25 26.33 4.46 -
YUV 134.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 191 127 25 0 0.34 0.87 0.25 36.87 0.77 0.42
Hex BF 7F 19 0 22 57 19 25 4D 2A
Octal 277 177 31 0 42 127 31 45 115 52
Binary 10111111 1111111 11001 0 100010 1010111 11001 100101 1001101 101010

Color Harmonies of #BF7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F19

Black with #BF7F19

Text Example


Text Example

White with #BF7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F19; }

 p { color: rgb(191,127,25); }

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

background-color css

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

 a { background-color: rgb(191,127,25); }

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

border-color css

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

 span { border-color: rgb(191,127,25); }

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