#BF7F19

Color #BF7F19 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BF7F19

Tints of Dark Goldenrod #BF7F19

Color information

#BF7F19 (or 0xBF7F19) is unknown color: approx 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

RGB19112725-
CMYK00.340.870.25
HSL36.87º76.85%42.35%-
HSV(B)36.87º86.91%74.9%-
XYZ29.2526.334.46-
YUV134.5166.2168.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911272500.340.870.2536.8776.8542.35
HexBF7F190225719254d2a
Octal27717731042127314511552
Binary1011111111111111100101000101010111110011001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>