#BF840A

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

Shades of Dark Goldenrod #BF840A

Tints of Dark Goldenrod #BF840A

Color information

#BF840A (or 0xBF840A) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 84 and 0A. RGB value is (191,132,10). Sum of RGB (Red+Green+Blue) = 191+132+10=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF840A is #407BF5. Grayscale: #888888. Windows color (decimal): -4226038 or 689343. OLE color: 689343.

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

Color convert

RGB19113210-
CMYK00.310.950.25
HSL40.44º90.05%39.41%-
HSV(B)40.44º94.76%74.9%-
XYZ29.7927.64.04-
YUV135.7357.05167.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=57.36%
G=39.64%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911321000.310.950.2540.4490.0539.41
HexBF84A01F5F19285a27
Octal27720412037137315013247
Binary101111111000010010100111111011111110011010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF840A; }

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

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

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

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

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

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

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

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