#BF7B00

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

Shades of Dark Goldenrod #BF7B00

Tints of Dark Goldenrod #BF7B00

Color information

#BF7B00 (or 0xBF7B00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7B and 00. RGB value is (191,123,0). Sum of RGB (Red+Green+Blue) = 191+123+0=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B00 is #4084FF. Grayscale: #818181. Windows color (decimal): -4228352 or 31679. OLE color: 31679.

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

Color convert

RGB1911230-
CMYK00.3610.25
HSL38.64º100%37.45%-
HSV(B)38.64º100%74.9%-
XYZ28.5725.243.37-
YUV129.3155.03172-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.83%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.83%
G=39.17%
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
Decimal191123000.3610.2538.6410037.45
HexBF7B00246419276425
Octal2771730044144314714445
Binary101111111111011001001001100100110011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B00; }

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

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

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

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

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

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

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

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