#BF7F00

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

Shades of Dark Goldenrod #BF7F00

Tints of Dark Goldenrod #BF7F00

Color information

#BF7F00 (or 0xBF7F00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7F and 00. RGB value is (191,127,0). Sum of RGB (Red+Green+Blue) = 191+127+0=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F00 is #4080FF. Grayscale: #848484. Windows color (decimal): -4227328 or 32703. OLE color: 32703.

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

Color convert

RGB1911270-
CMYK00.3410.25
HSL39.9º100%37.45%-
HSV(B)39.9º100%74.9%-
XYZ29.0826.263.54-
YUV131.6653.7170.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.06%
G=39.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191127000.3410.2539.910037.45
HexBF7F00226419286425
Octal2771770042144315014445
Binary101111111111111001000101100100110011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F00; }

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

 H1.HeaderClassName
 {
   color: #BF7F00;
 }
 .AnyTagClassName
 {
   color: #BF7F00;
 }
</style>
background-color css

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

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

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

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

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

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