#BF830A

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

Shades of Dark Goldenrod #BF830A

Tints of Dark Goldenrod #BF830A

Color information

#BF830A (or 0xBF830A) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 83 and 0A. RGB value is (191,131,10). Sum of RGB (Red+Green+Blue) = 191+131+10=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF830A is #407CF5. Grayscale: #878787. Windows color (decimal): -4226294 or 689087. OLE color: 689087.

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

Color convert

RGB19113110-
CMYK00.310.950.25
HSL40.11º90.05%39.41%-
HSV(B)40.11º94.76%74.9%-
XYZ29.6627.334-
YUV135.1557.38167.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=57.53%
G=39.46%
B=3.01%

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
Decimal1911311000.310.950.2540.1190.0539.41
HexBF83A01F5F19285a27
Octal27720312037137315013247
Binary101111111000001110100111111011111110011010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF830A; }

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

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

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

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

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

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

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

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