#BF7F0D

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

Shades of Dark Goldenrod #BF7F0D

Tints of Dark Goldenrod #BF7F0D

Color information

#BF7F0D (or 0xBF7F0D) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7F and 0D. RGB value is (191,127,13). Sum of RGB (Red+Green+Blue) = 191+127+13=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F0D is #4080F2. Grayscale: #858585. Windows color (decimal): -4227315 or 884671. OLE color: 884671.

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

Color convert

RGB19112713-
CMYK00.340.930.25
HSL38.43º87.25%40%-
HSV(B)38.43º93.19%74.9%-
XYZ29.1526.283.92-
YUV133.1460.2169.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=57.70%
G=38.37%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911271300.340.930.2538.4387.2540
HexBF7FD0225D19265728
Octal27717715042135314612750
Binary101111111111111110101000101011101110011001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F0D; }

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

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

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

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

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

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

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

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