#BF940A

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

Shades of Dark Goldenrod #BF940A

Tints of Dark Goldenrod #BF940A

Color information

#BF940A (or 0xBF940A) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 94 and 0A. RGB value is (191,148,10). Sum of RGB (Red+Green+Blue) = 191+148+10=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940A is #406BF5. Grayscale: #919191. Windows color (decimal): -4221942 or 693439. OLE color: 693439.

HSL color Cylindrical-coordinate representation of color #BF940A: hue angle of 45.75º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF940A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19114810-
CMYK00.230.950.25
HSL45.75º90.05%39.41%-
HSV(B)45.75º94.76%74.9%-
XYZ32.1332.284.82-
YUV145.1251.75160.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=54.73%
G=42.41%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911481000.230.950.2545.7590.0539.41
HexBF94A0175F192e5a27
Octal27722412027137315613247
Binary101111111001010010100101111011111110011011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF940A; }

 p { color: rgb(191,148,10); }

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

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

 a { background-color: rgb(191,148,10); }

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

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

 span { border-color: rgb(191,148,10); }

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