#BF8C02

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

Shades of Dark Goldenrod #BF8C02

Tints of Dark Goldenrod #BF8C02

Color information

#BF8C02 (or 0xBF8C02) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8C and 02. RGB value is (191,140,2). Sum of RGB (Red+Green+Blue) = 191+140+2=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C02 is #4073FD. Grayscale: #8C8C8C. Windows color (decimal): -4223998 or 167103. OLE color: 167103.

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

Color convert

RGB1911402-
CMYK00.270.990.25
HSL43.81º97.93%37.84%-
HSV(B)43.81º98.95%74.9%-
XYZ30.8729.844.19-
YUV139.5250.4164.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=57.36%
G=42.04%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191140200.270.990.2543.8197.9337.84
HexBF8C201B63192c6226
Octal2772142033143315414246
Binary1011111110001100100110111100011110011011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C02; }

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

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

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

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

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

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

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

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