#BF850A

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

Shades of Dark Goldenrod #BF850A

Tints of Dark Goldenrod #BF850A

Color information

#BF850A (or 0xBF850A) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 85 and 0A. RGB value is (191,133,10). Sum of RGB (Red+Green+Blue) = 191+133+10=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF850A is #407AF5. Grayscale: #888888. Windows color (decimal): -4225782 or 689599. OLE color: 689599.

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

Color convert

RGB19113310-
CMYK00.300.950.25
HSL40.77º90.05%39.41%-
HSV(B)40.77º94.76%74.9%-
XYZ29.9327.874.09-
YUV136.3256.72167-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=57.19%
G=39.82%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911331000.300.950.2540.7790.0539.41
HexBF85A01E5F19295a27
Octal27720512036137315113247
Binary101111111000010110100111101011111110011010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF850A; }

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

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

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

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

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

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

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

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