#BF7A00

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

Shades of Dark Goldenrod #BF7A00

Tints of Dark Goldenrod #BF7A00

Color information

#BF7A00 (or 0xBF7A00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7A and 00. RGB value is (191,122,0). Sum of RGB (Red+Green+Blue) = 191+122+0=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A00 is #4085FF. Grayscale: #818181. Windows color (decimal): -4228608 or 31423. OLE color: 31423.

HSL color Cylindrical-coordinate representation of color #BF7A00: hue angle of 38.32º 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 #BF7A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911220-
CMYK00.3610.25
HSL38.32º100%37.45%-
HSV(B)38.32º100%74.9%-
XYZ28.45253.33-
YUV128.7255.36172.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.02%
G=38.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191122000.3610.2538.3210037.45
HexBF7A00246419266425
Octal2771720044144314614445
Binary101111111111010001001001100100110011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A00; }

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

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

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

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

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

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

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

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