#BF7C02

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

Shades of Dark Goldenrod #BF7C02

Tints of Dark Goldenrod #BF7C02

Color information

#BF7C02 (or 0xBF7C02) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7C and 02. RGB value is (191,124,2). Sum of RGB (Red+Green+Blue) = 191+124+2=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7C02 is #4083FD. Grayscale: #828282. Windows color (decimal): -4228094 or 163007. OLE color: 163007.

HSL color Cylindrical-coordinate representation of color #BF7C02: hue angle of 38.73º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF7C02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1911242-
CMYK00.350.990.25
HSL38.73º97.93%37.84%-
HSV(B)38.73º98.95%74.9%-
XYZ28.725.53.47-
YUV130.1255.7171.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=60.25%
G=39.12%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191124200.350.990.2538.7397.9337.84
HexBF7C20236319276226
Octal2771742043143314714246
Binary1011111111111001001000111100011110011001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C02; }

 p { color: rgb(191,124,2); }

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

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

 a { background-color: rgb(191,124,2); }

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

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

 span { border-color: rgb(191,124,2); }

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