#BA7D12

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

Shades of Dark Goldenrod #BA7D12

Tints of Dark Goldenrod #BA7D12

Color information

#BA7D12 (or 0xBA7D12) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7D and 12. RGB value is (186,125,18). Sum of RGB (Red+Green+Blue) = 186+125+18=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D12 is #4582ED. Grayscale: #838383. Windows color (decimal): -4555502 or 1211834. OLE color: 1211834.

HSL color Cylindrical-coordinate representation of color #BA7D12: hue angle of 38.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7D12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18612518-
CMYK00.330.900.27
HSL38.21º82.35%40%-
HSV(B)38.21º90.32%72.94%-
XYZ27.6925.153.97-
YUV131.0464.21167.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=56.53%
G=37.99%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861251800.330.900.2738.2182.3540
HexBA7D120215A1B265228
Octal27217522041132334612250
Binary1011101011111011001001000011011010110111001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D12; }

 p { color: rgb(186,125,18); }

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

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

 a { background-color: rgb(186,125,18); }

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

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

 span { border-color: rgb(186,125,18); }

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