#BA880F

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

Shades of Dark Goldenrod #BA880F

Tints of Dark Goldenrod #BA880F

Color information

#BA880F (or 0xBA880F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 88 and 0F. RGB value is (186,136,15). Sum of RGB (Red+Green+Blue) = 186+136+15=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA880F is #4577F0. Grayscale: #898989. Windows color (decimal): -4552689 or 1018042. OLE color: 1018042.

HSL color Cylindrical-coordinate representation of color #BA880F: hue angle of 42.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA880F is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18613615-
CMYK00.270.920.27
HSL42.46º85.07%39.41%-
HSV(B)42.46º91.94%72.94%-
XYZ29.1428.084.34-
YUV137.1659.06162.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=55.19%
G=40.36%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861361500.270.920.2742.4685.0739.41
HexBA88F01B5C1B2a5527
Octal27221017033134335212547
Binary101110101000100011110110111011100110111010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA880F; }

 p { color: rgb(186,136,15); }

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

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

 a { background-color: rgb(186,136,15); }

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

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

 span { border-color: rgb(186,136,15); }

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